Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1394 ValueRange* index_range = LookupValueRange(index, block); in VisitBoundsCheck() local
1395 if (index_range != nullptr) { in VisitBoundsCheck()
1400 if (index_range->FitsIn(array_range)) { in VisitBoundsCheck()