Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h200 kAtLeast enumerator
Dinduction_var_range.cc497 } else if (request == kAtLeast) { in IsConstant()
538 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, &not_used)) && in IsWellBehavedTripCount()
539 (!HasFetchInLoop(upper) || range.IsConstant(context, loop, upper, kAtLeast, &not_used)); in IsWellBehavedTripCount()
Dinduction_var_range_test.cc342 return range_.IsConstant(context, &loop, info, InductionVarRange::kAtLeast, value); in IsAtLeast()
Dinduction_var_analysis.cc1485 return range.IsConstant(context, loop, info, InductionVarRange::kAtLeast, value); in IsAtLeast()