Searched refs:GetLower (Results 1 – 1 of 1) sorted by relevance
316 ValueBound GetLower() const { return lower_; } in GetLower() function in art::ValueRange427 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()486 if (range->GetLower().IsConstant()) { in Narrow()487 int32_t constant = range->GetLower().GetConstant(); in Narrow()489 return new (GetAllocator()) ValueRange(GetAllocator(), range->GetLower(), upper); in Narrow()748 lower = right_range->GetLower(); in HandleIf()849 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()936 bound = increment > 0 ? initial_range->GetLower() : in VisitPhi()1013 ValueBound lower = right_range->GetLower(); in VisitSub()1302 if (index_range.GetLower().LessThan(array_range->GetLower()) || in InductionRangeFitsIn()