Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc308 virtual bool FitsIn(ValueRange* other_range) const { in FitsIn() function in art::ValueRange
394 bool FitsIn(ValueRange* other_range) const override { in FitsIn() function in art::MonotonicValueRange
840 if (index_range->FitsIn(&array_range)) { in VisitBoundsCheck()
852 if (index_range->FitsIn(&constant_array_range)) { in VisitBoundsCheck()
1511 } else if (!needs_finite_test && index_range.FitsIn(array_range)) { in InductionRangeFitsIn()