Home
last modified time | relevance | path

Searched defs:lower (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc305 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 …]
Dinduction_var_range_test.cc72 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
Dinduction_var_range.cc205 /*out*/HInstruction** lower, in GenerateRangeCode()
609 /*out*/HInstruction** lower, in GenerateCode()