Lines Matching full:int_min
54 if ((right < 0) && (left >= INT_MIN - right)) {
122 static ValueBound Min() { return ValueBound(nullptr, INT_MIN); }
231 if (constant_ < INT_MIN - c) {
261 offset_high_(INT_MIN) {
498 // To be conservative, give it full range [INT_MIN, INT_MAX] in case it's
560 if (!lower.IsConstant() || lower.GetConstant() == INT_MIN) {
620 if (constant >= INT_MIN - increment_) {
1672 // always generate a value in [INT_MIN, array_length].
1683 ValueBound(nullptr, INT_MIN),
1793 int32_t lower_bound_const = INT_MIN;