Searched refs:shift_amt (Results 1 – 1 of 1) sorted by relevance
4830 int32_t shift_amt = second.GetConstant()->AsIntConstant()->GetValue() & kMaxLongShiftDistance; in VisitRor() local4831 if (shift_amt == 0) { in VisitRor()4835 if (shift_amt == 32) { in VisitRor()4843 Immediate imm(shift_amt); in VisitRor()4854 if (shift_amt > 32) { in VisitRor()