Lines Matching refs:GetLower
302 ValueBound GetLower() const { return lower_; } in GetLower() function in art::ValueRange
413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()
472 if (range->GetLower().IsConstant()) { in Narrow()
473 int32_t constant = range->GetLower().GetConstant(); in Narrow()
475 return new (GetAllocator()) ValueRange(GetAllocator(), range->GetLower(), upper); in Narrow()
736 lower = right_range->GetLower(); in HandleIf()
849 existing_range->GetLower().GetConstant() > 0) { in VisitBoundsCheck()
850 ValueBound constant_upper(nullptr, existing_range->GetLower().GetConstant() - 1); in VisitBoundsCheck()
881 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()
978 bound = increment > 0 ? initial_range->GetLower() : in VisitPhi()
1049 ValueBound lower = right_range->GetLower(); in VisitSub()
1407 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()