Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc850 ValueBound constant_upper(nullptr, existing_range->GetLower().GetConstant() - 1); in VisitBoundsCheck() local
851 ValueRange constant_array_range(&allocator_, lower, constant_upper); in VisitBoundsCheck()