Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc302 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()
[all …]