Lines Matching defs:lower
291 ValueRange(ScopedArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange()
338 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local
413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local
734 ValueBound lower = bound; in HandleIf() local
847 ValueBound lower = ValueBound(nullptr, 0); // constant 0 in VisitBoundsCheck() local
894 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck() local
912 ValueBound lower = ValueBound(nullptr, constant + 1); in VisitBoundsCheck() local
1163 ValueBound lower = right_range->GetLower(); in VisitSub() local
1306 ValueBound lower = ValueBound::Min(); // ideally, lower should be '1-array_length'. in VisitRem() local
1329 ValueBound lower = ValueBound(nullptr, -right_const); in VisitNewArray() local
1398 HInstruction* lower = new (GetGraph()->GetAllocator()) in AddCompareWithDeoptimization() local