Home
last modified time | relevance | path

Searched refs:existing_range (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc1167 ValueRange* existing_range = LookupValueRange(instruction, basic_block); in ApplyRangeFromComparison() local
1168 if (existing_range == nullptr) { in ApplyRangeFromComparison()
1174 if (existing_range->IsMonotonicValueRange()) { in ApplyRangeFromComparison()
1182 ValueRange* narrowed_range = existing_range->Narrow(range); in ApplyRangeFromComparison()
1419 ValueRange* existing_range = LookupValueRange(array_length, block); in VisitBoundsCheck() local
1420 if (existing_range != nullptr) { in VisitBoundsCheck()
1421 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()
1731 ValueRange* existing_range = LookupValueRange(left, new_array->GetBlock()); in VisitNewArray() local
1732 if (existing_range != nullptr) { in VisitNewArray()
1733 range = existing_range->Narrow(range); in VisitNewArray()