Searched refs:FitsIn (Results 1 – 1 of 1) sorted by relevance
322 virtual bool FitsIn(ValueRange* other_range) const { in FitsIn() function in art::ValueRange408 bool FitsIn(ValueRange* other_range) const OVERRIDE { in FitsIn() function in art::MonotonicValueRange823 if (index_range != nullptr && index_range->FitsIn(&array_range)) { in VisitBoundsCheck()1308 if (!needs_finite_test && index_range.FitsIn(array_range)) { in InductionRangeFitsIn()