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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h616 Value *getCompareOperand() { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst
617 const Value *getCompareOperand() const { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst

Completed in 64 milliseconds