Home | History | Annotate | Download | only in ARM

Lines Matching defs:ShiftAmt

8054   unsigned ShiftAmt = countTrailingZeros<uint64_t>(MulAmt);
8056 ShiftAmt = ShiftAmt & (32 - 1);
8061 MulAmt >>= ShiftAmt;
8107 if (ShiftAmt != 0)
8109 Res, DAG.getConstant(ShiftAmt, MVT::i32));