Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h126 kAtLeast enumerator
Dinduction_var_range.cc249 } else if (request == kAtLeast) { in IsConstant()
257 if (request == kAtLeast) { in IsConstant()
Dinduction_var_analysis.cc909 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()
Dinduction_var_range_test.cc230 return range_.IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()