Lines Matching full:shift_amount
2155 LOperand* shift_amount = UseConstant(hshift->right());2165 res = new(zone()) LBitI(left, right, shift_op, shift_amount);2167 res = new(zone()) LAddI(left, right, shift_op, shift_amount);2170 res = new(zone()) LSubI(left, right, shift_op, shift_amount);