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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h518 Value *getCompareOperand() { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst
519 const Value *getCompareOperand() const { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst

Completed in 212 milliseconds