Home
last modified time | relevance | path

Searched refs:kAtLeast (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h199 kAtLeast enumerator
Dinduction_var_range.cc433 } else if (request == kAtLeast) { in IsConstant()
472 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) && in IsWellBehavedTripCount()
473 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used)); in IsWellBehavedTripCount()
Dinduction_var_range_test.cc294 return range_.IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()
Dinduction_var_analysis.cc1351 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()