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

  /external/llvm/lib/Analysis/
MemoryLocation.cpp 63 DL.getTypeStoreSize(RMWI->getValOperand()->getType()),
CFLAliasAnalysis.cpp 198 auto *Val = Inst.getValOperand();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 46 Value *Val = RMWI->getValOperand();
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 388 AI->getValOperand());
596 auto C = dyn_cast<ConstantInt>(RMWI->getValOperand());
671 performAtomicOp(AI->getOperation(), Builder, Loaded, AI->getValOperand());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 203 instrument(AI->getPointerOperand(), AI->getValOperand(), DL);
ThreadSanitizer.cpp 550 IRB.CreateIntCast(RMWI->getValOperand(), Ty, false),
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 790 Value *getValOperand() { return getOperand(1); }
791 const Value *getValOperand() const { return getOperand(1); }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 154 milliseconds