Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

826   unsigned ShiftAmt = Shift.getConstantOperandVal(1);
827 if (ShiftAmt != 1 && ShiftAmt != 2 && ShiftAmt != 3)
832 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, VT);
846 AM.Scale = 1 << ShiftAmt;
886 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
903 MaskLZ -= (64 - X.getValueSizeInBits()) + ShiftAmt;
938 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8);