Searched defs:lower (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() 352 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local 427 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local 733 ValueBound lower = bound; in HandleIf() local 818 ValueBound lower = ValueBound(nullptr, 0); // constant 0 in VisitBoundsCheck() local 849 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck() local 867 ValueBound lower = ValueBound(nullptr, constant + 1); in VisitBoundsCheck() local 1013 ValueBound lower = right_range->GetLower(); in VisitSub() local 1119 ValueBound lower = ValueBound(nullptr, -right_const); in VisitNewArray() local 1183 HInstruction* lower = new (GetGraph()->GetArena()) in AddCompareWithDeoptimization() local [all …]
|
D | induction_var_range_test.cc | 72 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() 646 HInstruction* lower = nullptr; in TEST_F() local 716 HInstruction* lower = nullptr; in TEST_F() local
|
D | induction_var_range.cc | 205 /*out*/HInstruction** lower, in GenerateRangeCode() 609 /*out*/HInstruction** lower, in GenerateCode()
|