HomeSort by relevance Sort by last modified time
    Searched refs:getCompareOperand (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 26 Value *Cmp = CXI->getCompareOperand();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 200 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
ThreadSanitizer.cpp 493 IRB.CreateIntCast(CASI->getCompareOperand(), Ty, false),
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 247 getTypeStoreSize(CXI->getCompareOperand()->getType()),
  /external/llvm/include/llvm/IR/
Instructions.h 517 Value *getCompareOperand() { return getOperand(1); }
518 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 304 milliseconds