Searched refs:getDataOperandNo (Results 1 – 11 of 11) sorted by relevance
196 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function197 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()202 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
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 {
316 !Call->doesNotCapture(Call->getDataOperandNo(U))) { in PointerMayBeCaptured()
1276 unsigned getDataOperandNo(Value::const_user_iterator UI) const {1277 return getDataOperandNo(&UI.getUse());1282 unsigned getDataOperandNo(const Use *U) const {
133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
139 CB.isDataOperand(U) && CB.doesNotCapture(CB.getDataOperandNo(U)); in walk()
94 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()
84 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantMemory()
97 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()