Searched defs:upper (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 305 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange() 358 ValueBound upper = upper_.Add(constant, &overflow, &underflow); in Add() local 440 int32_t upper = std::numeric_limits<int32_t>::max(); in Narrow() local 477 ValueBound upper = ValueBound::NarrowUpperBound(bound_, range->GetUpper()); in Narrow() local 734 ValueBound upper = bound; in HandleIf() local 819 ValueBound upper = ValueBound(array_length, -1); // array_length - 1 in VisitBoundsCheck() local 868 ValueBound upper = ValueBound::Max(); in VisitBoundsCheck() local 1014 ValueBound upper = right_range->GetUpper(); in VisitSub() local 1123 ValueBound upper = ValueBound(new_array, -right_const); in VisitNewArray() local 1179 HInstruction* upper = GetGraph()->GetIntConstant(max_c); in AddCompareWithDeoptimization() local [all …]
|
D | induction_var_range_test.cc | 72 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() 647 HInstruction* upper = nullptr; in TEST_F() local 717 HInstruction* upper = nullptr; in TEST_F() local
|
D | induction_var_range.cc | 206 /*out*/HInstruction** upper) { in GenerateRangeCode() 610 /*out*/HInstruction** upper, in GenerateCode()
|