Lines Matching defs:OperandNo
55 const Instruction *UserI, const Value *Val, unsigned OperandNo,
100 if (OperandNo == 0) {
110 if (OperandNo == 0) {
122 if (OperandNo == 2) {
134 if (OperandNo == 0)
136 else if (OperandNo == 1)
157 AB = determineLiveOperandBitsAdd(OperandNo, AOut, Known, Known2);
165 AB = determineLiveOperandBitsSub(OperandNo, AOut, Known, Known2);
175 if (OperandNo == 0) {
192 if (OperandNo == 0) {
206 if (OperandNo == 0) {
233 if (OperandNo == 0)
246 if (OperandNo == 0)
272 if (OperandNo != 0)
276 if (OperandNo == 0)
281 if (OperandNo == 0 || OperandNo == 1)
492 static APInt determineLiveOperandBitsAddCarry(unsigned OperandNo,
523 if (OperandNo == 0) {
553 APInt DemandedBits::determineLiveOperandBitsAdd(unsigned OperandNo,
557 return determineLiveOperandBitsAddCarry(OperandNo, AOut, LHS, RHS, true,
561 APInt DemandedBits::determineLiveOperandBitsSub(unsigned OperandNo,
568 return determineLiveOperandBitsAddCarry(OperandNo, AOut, LHS, NRHS, false,