Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:ShiftAmt

940         unsigned ShiftAmt = V.getConstantOperandVal(1);
945 for (unsigned i = ShiftAmt; i < Bits.size(); ++i)
946 Bits[i] = LHSBits[i - ShiftAmt];
948 for (unsigned i = 0; i < ShiftAmt; ++i)
956 unsigned ShiftAmt = V.getConstantOperandVal(1);
961 for (unsigned i = 0; i < Bits.size() - ShiftAmt; ++i)
962 Bits[i] = LHSBits[i + ShiftAmt];
964 for (unsigned i = Bits.size() - ShiftAmt; i < Bits.size(); ++i)
2468 SDValue ShiftAmt =
2475 N0, ShiftAmt);
2483 N0, ShiftAmt);