Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc305 bool IsConstantValueRange() const { return lower_.IsConstant() && upper_.IsConstant(); } in IsConstantValueRange() function in art::ValueRange
843 } else if (index_range->IsConstantValueRange()) { in VisitBoundsCheck()
848 existing_range->IsConstantValueRange() && in VisitBoundsCheck()