Home | History | Annotate | Download | only in ARM

Lines Matching defs:ShiftAmt

8250   unsigned ShiftAmt = countTrailingZeros<uint64_t>(MulAmt);
8252 ShiftAmt = ShiftAmt & (32 - 1);
8257 MulAmt >>= ShiftAmt;
8303 if (ShiftAmt != 0)
8305 Res, DAG.getConstant(ShiftAmt, MVT::i32));