Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h230 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function
231 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()
236 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
DInstrTypes.h1199 unsigned getDataOperandNo(Value::const_user_iterator UI) const {
1200 return getDataOperandNo(&UI.getUse());
1205 unsigned getDataOperandNo(const Use *U) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp97 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()