Lines Matching defs:upper
291 ValueRange(ScopedArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange()
344 ValueBound upper = upper_.Add(constant, &overflow, &underflow); in Add() local
426 int32_t upper = std::numeric_limits<int32_t>::max(); in Narrow() local
463 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow() local
722 ValueBound upper = bound; in HandleIf() local
835 ValueBound upper = ValueBound(array_length, -1); // array_length - 1 in VisitBoundsCheck() local
900 ValueBound upper = ValueBound::Max(); in VisitBoundsCheck() local
1151 ValueBound upper = right_range->GetUpper(); in VisitSub() local
1294 ValueBound upper = ValueBound(right, -1); // array_length - 1 in VisitRem() local
1320 ValueBound upper = ValueBound(new_array, -right_const); in VisitNewArray() local
1381 HInstruction* upper = GetGraph()->GetIntConstant(max_c); in AddCompareWithDeoptimization() local