Searched refs:GetLower (Results 1 – 1 of 1) sorted by relevance
302 ValueBound GetLower() const { return lower_; } in GetLower() function in art::ValueRange413 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 ValueRange constant_array_range(&allocator_, lower, existing_range->GetLower()); in VisitBoundsCheck()879 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck()976 bound = increment > 0 ? initial_range->GetLower() : in VisitPhi()1047 ValueBound lower = right_range->GetLower(); in VisitSub()[all …]