HomeSort by relevance Sort by last modified time
    Searched refs:kAtLeast (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 183 kAtLeast
induction_var_range.cc 434 // any of the three requests (kExact, kAtMost, and KAtLeast).
450 } else if (request == kAtLeast) {
489 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, &not_used)) &&
490 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, &not_used));
    [all...]
induction_var_analysis.cc     [all...]
induction_var_range_test.cc 294 return range_.IsConstant(info, InductionVarRange::kAtLeast, value);
    [all...]

Completed in 262 milliseconds