Home
last modified time | relevance | path

Searched defs:upper (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc291 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
1050 ValueBound upper = right_range->GetUpper(); in VisitSub() local
1193 ValueBound upper = ValueBound(right, -1); // array_length - 1 in VisitRem() local
1219 ValueBound upper = ValueBound(new_array, -right_const); in VisitNewArray() local
[all …]
Dload_store_elimination_test.cc122 HBasicBlock* upper = new (GetAllocator()) HBasicBlock(graph_); in CreateDiamondShapedCFG() local
526 HBasicBlock* upper; in TEST_F() local
569 HBasicBlock* upper; in TEST_F() local
Dinduction_var_range_test.cc84 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
Dinduction_var_range.cc257 /*out*/HInstruction** upper) { in GenerateRange()
492 HInductionVarAnalysis::InductionInfo* upper = trip->op_b->op_b; in IsWellBehavedTripCount() local
976 /*out*/HInstruction** upper, in GenerateRangeOrLastValue()
Dinduction_var_analysis.cc204 HInstruction* upper, in RewriteBreakLoopBody()
1145 HInstruction* upper = cond->InputAt(1 - c); in RewriteBreakLoop() local
Dregister_allocator_linear_scan.cc1157 size_t upper = slot + number_of_spill_slots_needed; in AllocateSpillSlotFor() local