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

  /external/llvm/include/llvm/IR/
IntrinsicInst.h 395 Value *getTargetValue() const {
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 85 static Optional<Value *> getTargetValue(Instruction *);
706 static Optional<Value *> getTargetValue(Instruction *Inst) {
839 auto MaybeVal = getTargetValue(&Inst);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 216 Value* Args[3] = {Ind->getTargetValue(),

Completed in 54 milliseconds