Searched defs:upper (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 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 [all …]
|
D | induction_var_range_test.cc | 84 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() 892 HInstruction* upper = nullptr; in TEST_F() local 974 HInstruction* upper = nullptr; in TEST_F() local
|
D | induction_var_range.cc | 235 /*out*/HInstruction** upper) { in GenerateRange() 470 HInductionVarAnalysis::InductionInfo* upper = trip->op_b->op_b; in IsWellBehavedTripCount() local 954 /*out*/HInstruction** upper, in GenerateRangeOrLastValue()
|
D | induction_var_analysis.cc | 204 HInstruction* upper, in RewriteBreakLoopBody() 1145 HInstruction* upper = cond->InputAt(1 - c); in RewriteBreakLoop() local
|
D | register_allocator_linear_scan.cc | 1157 size_t upper = slot + number_of_spill_slots_needed; in AllocateSpillSlotFor() local
|
D | load_store_elimination_test.cc | 154 HBasicBlock* upper = AddNewBlock(); in CreateDiamondShapedCFG() local 729 HBasicBlock* upper; in TEST_F() local 770 HBasicBlock* upper; in TEST_F() local
|