Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIntrinsicInst.h220 const Use &getValueUse() const { return getArgOperandUse(1); } in getValueUse() function
221 Use &getValueUse() { return getArgOperandUse(1); } in getValueUse() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h456 const Use &getValueUse() const { in getValueUse() function
459 Use &getValueUse() { return BaseCL::getArgOperandUse(ARG_VALUE); } in getValueUse() function
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h540 const Use &getValueUse() const { return BaseCL::getArgOperandUse(ARG_VALUE); } in getValueUse() function
541 Use &getValueUse() { return BaseCL::getArgOperandUse(ARG_VALUE); } in getValueUse() function