Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc851 ValueRange constant_array_range(&allocator_, lower, constant_upper); in VisitBoundsCheck() local
852 if (index_range->FitsIn(&constant_array_range)) { in VisitBoundsCheck()