Searched refs:getDataOperandNo (Results 1 – 3 of 3) sorted by relevance
223 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function224 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()229 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
98 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()