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