Home
last modified time | relevance | path

Searched refs:getDataOperandNo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h196 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function
197 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()
202 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h223 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function
224 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()
229 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp128 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp94 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp97 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()