Home | History | Annotate | Download | only in ARM

Lines Matching refs:ShiftAmt

7940   unsigned ShiftAmt = CountTrailingZeros_64(MulAmt);
7942 ShiftAmt = ShiftAmt & (32 - 1);
7947 MulAmt >>= ShiftAmt;
7993 if (ShiftAmt != 0)
7995 Res, DAG.getConstant(ShiftAmt, MVT::i32));