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

/external/llvm/lib/Analysis/
H A DMemoryLocation.cpp54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp27 Value *Cmp = CXI->getCompareOperand();
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp200 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL);
H A DThreadSanitizer.cpp564 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
569 Value *Success = IRB.CreateICmpEQ(C, CASI->getCompareOperand());
H A DAddressSanitizer.cpp905 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType());
/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp516 Builder.CreateICmpEQ(Loaded, CI->getCompareOperand(), "should_store");
/external/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
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3493 MVT MemVT = getValue(I.getCompareOperand()).getSimpleValueType();
3497 getValue(I.getPointerOperand()), getValue(I.getCompareOperand()),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3820 if (EVI->getIndices()[0] == 0 && ACXI->getCompareOperand() == Op1 &&

Completed in 169 milliseconds