Lines Matching full:int_max
50 if ((right > 0) && (left <= INT_MAX - right)) {
123 static ValueBound Max() { return ValueBound(nullptr, INT_MAX); }
217 if (constant_ > INT_MAX - c) {
260 offset_low_(INT_MAX),
498 // To be conservative, give it full range [INT_MIN, INT_MAX] in case it's
565 // We currently conservatively assume max array length is INT_MAX. If we can
569 int32_t max_array_len = INT_MAX;
572 int32_t upper = INT_MAX;
599 if (last_num_in_sequence <= INT_MAX - increment_) {
610 if ((!upper.IsConstant() || upper.GetConstant() == INT_MAX) &&
1105 static constexpr int32_t kMaxConstantForAddingDeoptimize = INT_MAX - 1024 * 1024;
1449 if (constant == INT_MAX) {
1450 // INT_MAX as an index will definitely throw AIOOBE.
1673 // This is true even if array_length is INT_MAX.