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

/external/llvm/include/llvm/IR/
H A DInstructions.h562 Value *getNewValOperand() { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst
563 const Value *getNewValOperand() const { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst

Completed in 163 milliseconds