Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc291 ValueRange(ScopedArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange()
338 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local
413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local
721 ValueBound lower = bound; in HandleIf() local
834 ValueBound lower = ValueBound(nullptr, 0); // constant 0 in VisitBoundsCheck() local
879 ValueBound lower = existing_range->GetLower(); in VisitBoundsCheck() local
897 ValueBound lower = ValueBound(nullptr, constant + 1); in VisitBoundsCheck() local
1047 ValueBound lower = right_range->GetLower(); in VisitSub() local
1190 ValueBound lower = ValueBound::Min(); // ideally, lower should be '1-array_length'. in VisitRem() local
1213 ValueBound lower = ValueBound(nullptr, -right_const); in VisitNewArray() local
[all …]
Dinduction_var_range_test.cc84 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop()
887 HInstruction* lower = nullptr; in TEST_F() local
969 HInstruction* lower = nullptr; in TEST_F() local
Dinduction_var_range.cc270 /*out*/HInstruction** lower, in GenerateRange()
491 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a; in IsWellBehavedTripCount() local
975 /*out*/HInstruction** lower, in GenerateRangeOrLastValue()
/art/libartbase/base/
Dutils.h206 const void* lower, in BoundsCheckedCast()