Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1065 Value *Args[3] = {Ind->getTargetValue(), DataVar, Builder.getInt32(Index)}; in lowerValueProfileInst()
1069 Value *Args[3] = {Ind->getTargetValue(), DataVar, Builder.getInt32(Index)}; in lowerValueProfileInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1593 Value *getTargetValue() const { in getTargetValue() function