Lines Matching refs:Max
132 return ValueBound::Max(); in DetectValueBoundFromValue()
150 static ValueBound Max() { return ValueBound(nullptr, std::numeric_limits<int32_t>::max()); } in Max() function in art::ValueBound
262 return Max(); in Add()
272 return Max(); in Add()
390 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()), in MonotonicValueRange()
752 upper = ValueBound::Max(); in HandleIf()
758 if (!upper.Equals(ValueBound::Max())) { in HandleIf()
777 ValueRange(GetGraph()->GetArena(), new_lower, ValueBound::Max()); in HandleIf()
789 ValueRange(GetGraph()->GetArena(), new_lower, ValueBound::Max()); in HandleIf()
793 if (!upper.Equals(ValueBound::Max())) { in HandleIf()
868 ValueBound upper = ValueBound::Max(); in VisitBoundsCheck()
939 bound = increment > 0 ? ValueBound::Min() : ValueBound::Max(); in VisitPhi()