Searched refs:getDataOperandNo (Results 1 – 3 of 3) 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
133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
94 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()