Lines Matching defs:OperandNo
54 const Instruction *UserI, const Value *Val, unsigned OperandNo,
99 if (OperandNo == 0) {
109 if (OperandNo == 0) {
121 if (OperandNo == 2) {
133 if (OperandNo == 0)
135 else if (OperandNo == 1)
156 AB = determineLiveOperandBitsAdd(OperandNo, AOut, Known, Known2);
164 AB = determineLiveOperandBitsSub(OperandNo, AOut, Known, Known2);
174 if (OperandNo == 0) {
191 if (OperandNo == 0) {
205 if (OperandNo == 0) {
232 if (OperandNo == 0)
245 if (OperandNo == 0)
271 if (OperandNo != 0)
275 if (OperandNo == 0)
280 if (OperandNo == 0 || OperandNo == 1)
491 static APInt determineLiveOperandBitsAddCarry(unsigned OperandNo,
522 if (OperandNo == 0) {
552 APInt DemandedBits::determineLiveOperandBitsAdd(unsigned OperandNo,
556 return determineLiveOperandBitsAddCarry(OperandNo, AOut, LHS, RHS, true,
560 APInt DemandedBits::determineLiveOperandBitsSub(unsigned OperandNo,
567 return determineLiveOperandBitsAddCarry(OperandNo, AOut, LHS, NRHS, false,