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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h630 Value *getCompareOperand() { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst
631 const Value *getCompareOperand() const { return getOperand(1); } function in class:llvm::AtomicCmpXchgInst

Completed in 115 milliseconds