Searched refs:getDataOperandNo (Results 1 – 4 of 4) sorted by relevance
230 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function231 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()236 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
1199 unsigned getDataOperandNo(Value::const_user_iterator UI) const {1200 return getDataOperandNo(&UI.getUse());1205 unsigned getDataOperandNo(const Use *U) const {
137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
97 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()