Searched refs:ValueBound (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | bounds_check_elimination.cc | 207 static ValueBound NarrowLowerBound(ValueBound bound1, ValueBound bound2) { in NarrowLowerBound() 222 static ValueBound NarrowUpperBound(ValueBound bound1, ValueBound bound2) { in NarrowUpperBound() 376 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()), in MonotonicValueRange() 834 ValueBound lower = ValueBound(nullptr, 0); // constant 0 in VisitBoundsCheck() 899 ValueBound lower = ValueBound(nullptr, constant + 1); in VisitBoundsCheck() 900 ValueBound upper = ValueBound::Max(); in VisitBoundsCheck() 1294 ValueBound upper = ValueBound(right, -1); // array_length - 1 in VisitRem() 1316 ValueBound lower = ValueBound(nullptr, -right_const); in VisitNewArray() 1320 ValueBound upper = ValueBound(new_array, -right_const); in VisitNewArray() 1412 ValueBound value = ValueBound::AsValueBound(index); in AddComparesWithDeoptimization() [all …]
|