Searched refs:kAtLeast (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.h | 200 kAtLeast enumerator
|
D | induction_var_range.cc | 497 } else if (request == kAtLeast) { in IsConstant() 538 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, ¬_used)) && in IsWellBehavedTripCount() 539 (!HasFetchInLoop(upper) || range.IsConstant(context, loop, upper, kAtLeast, ¬_used)); in IsWellBehavedTripCount()
|
D | induction_var_range_test.cc | 342 return range_.IsConstant(context, &loop, info, InductionVarRange::kAtLeast, value); in IsAtLeast()
|
D | induction_var_analysis.cc | 1485 return range.IsConstant(context, loop, info, InductionVarRange::kAtLeast, value); in IsAtLeast()
|