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

  /art/compiler/optimizing/
induction_var_range.h 192 kAtMost,
induction_var_analysis.cc     [all...]
induction_var_range.cc 439 // any of the three requests (kExact, kAtMost, and KAtLeast).
452 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) {
    [all...]
induction_var_range_test.cc 290 return range_.IsConstant(info, InductionVarRange::kAtMost, value);
    [all...]

Completed in 95 milliseconds