Lines Matching refs:kMinInt
148 if (result < kMinInt) {
150 return kMinInt;
255 lower_ = kMinInt;
1241 // Math.abs(kMinInt) overflows its representation, on which the
1243 int abs_upper = upper == kMinInt ? kMaxInt : abs(upper);
1244 int abs_lower = lower == kMinInt ? kMaxInt : abs(lower);
1797 : new(zone) Range(kMinInt, kMaxInt);
1888 if (!a->Includes(kMinInt) || !b->Includes(-1)) {
1910 if (!a->Includes(kMinInt)) {
1922 if (!a->Includes(kMinInt) || !b->Includes(-1)) {
1937 // behavior at kMinInt.
1961 if (!a->Includes(kMinInt) || !b->Includes(-1)) {
4300 if (dividend == kMinInt && divisor == -1) {