Lines Matching refs:kMinInt
1116 // Note: The code below even works when right contains kMinInt.
1174 // Check for kMinInt % -1, div will return kMinInt, which is not what we
1178 __ Branch(&no_overflow_possible, ne, left_reg, Operand(kMinInt));
1202 DCHECK(divisor == kMinInt || base::bits::IsPowerOfTwo32(Abs(divisor)));
1210 // Check for (kMinInt / -1).
1212 DeoptimizeIf(eq, instr, dividend, Operand(kMinInt));
1295 // Check for (kMinInt / -1).
1299 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));
1371 __ li(result, Operand(kMinInt / divisor));
1448 // Check for (kMinInt / -1).
1452 __ Branch(&left_not_min_int, ne, dividend, Operand(kMinInt));