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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLowerAtomic.cpp26 Value *Cmp = CXI->getCompareOperand();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp201 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DAliasAnalysis.cpp247 getTypeStoreSize(CXI->getCompareOperand()->getType()),
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3430 getValue(I.getCompareOperand()).getValueType().getSimpleVT(),
3433 getValue(I.getCompareOperand()),

Completed in 204 milliseconds