Home | History | Annotate | Download | only in ARM

Lines Matching defs:ShiftAmt

8744   unsigned ShiftAmt = countTrailingZeros<uint64_t>(MulAmt);
8746 ShiftAmt = ShiftAmt & (32 - 1);
8751 MulAmt >>= ShiftAmt;
8797 if (ShiftAmt != 0)
8799 Res, DAG.getConstant(ShiftAmt, DL, MVT::i32));