Searched defs:getNewValOperand (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h619 Value *getNewValOperand() { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst
620 const Value *getNewValOperand() const { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst

Completed in 64 milliseconds