Home
last modified time | relevance | path

Searched refs:getTargetValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp85 static Optional<Value *> getTargetValue(Instruction *);
706 static Optional<Value *> getTargetValue(Instruction *Inst) { in getTargetValue() function
839 auto MaybeVal = getTargetValue(&Inst); in addInstructionToGraph()
/external/llvm/include/llvm/IR/
DIntrinsicInst.h395 Value *getTargetValue() const { in getTargetValue() function
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp216 Value* Args[3] = {Ind->getTargetValue(), in lowerValueProfileInst()