Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc290 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange()
337 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local
412 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local
721 ValueBound lower = bound; in HandleIf() local
826 ValueBound lower = ValueBound(nullptr, 0); // constant 0 in VisitBoundsCheck() local
857 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck() local
875 ValueBound lower = ValueBound(nullptr, constant + 1); in VisitBoundsCheck() local
1026 ValueBound lower = right_range->GetLower(); in VisitSub() local
1132 ValueBound lower = ValueBound(nullptr, -right_const); in VisitNewArray() local
1202 HInstruction* lower = new (GetGraph()->GetArena()) in AddCompareWithDeoptimization() local
Dinduction_var_range_test.cc85 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop()
866 HInstruction* lower = nullptr; in TEST_F() local
948 HInstruction* lower = nullptr; in TEST_F() local
Dinduction_var_range.cc266 /*out*/HInstruction** lower, in GenerateRange()
484 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a; in IsWellBehavedTripCount() local
959 /*out*/HInstruction** lower, in GenerateRangeOrLastValue()
/art/runtime/
Dutils.h309 const void* lower, in BoundsCheckedCast()