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

/external/llvm/include/llvm/IR/
H A DInstructions.h517 Value *getCompareOperand() { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst
518 const Value *getCompareOperand() const { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst

Completed in 50 milliseconds