Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc322 virtual bool FitsIn(ValueRange* other_range) const { in FitsIn() function in art::ValueRange
408 bool FitsIn(ValueRange* other_range) const OVERRIDE { in FitsIn() function in art::MonotonicValueRange
823 if (index_range != nullptr && index_range->FitsIn(&array_range)) { in VisitBoundsCheck()
1308 if (!needs_finite_test && index_range.FitsIn(array_range)) { in InductionRangeFitsIn()