Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc426 ValueBound GetLower() const { return lower_; } in GetLower() function in art::ValueRange
559 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow()
618 if (range->GetLower().IsConstant()) { in Narrow()
619 int32_t constant = range->GetLower().GetConstant(); in Narrow()
621 return new (GetAllocator()) ValueRange(GetAllocator(), range->GetLower(), upper); in Narrow()
1298 lower = right_range->GetLower(); in HandleIf()
1421 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()
1510 bound = increment > 0 ? initial_range->GetLower() : in VisitPhi()
1618 ValueBound lower = right_range->GetLower(); in VisitSub()
1761 ValueBound lower_bound = range->GetLower(); in AddCompareWithDeoptimization()