Home | History | Annotate | Download | only in X86

Lines Matching refs:ShiftAmt

805   unsigned ShiftAmt = Shift.getConstantOperandVal(1);
806 if (ShiftAmt != 1 && ShiftAmt != 2 && ShiftAmt != 3)
811 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, VT);
825 AM.Scale = 1 << ShiftAmt;
865 unsigned ShiftAmt = Shift.getConstantOperandVal(1);
882 MaskLZ -= (64 - X.getValueSizeInBits()) + ShiftAmt;
917 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, MVT::i8);