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

  /art/compiler/optimizing/
induction_var_range.h 124 kExact,
induction_var_range.cc 232 // any of the three requests (kExact, kAtMost, and KAtLeast).
246 if ((request == kExact && v_min.b_constant == v_max.b_constant) || request == kAtMost) {
310 if (IsConstant(info->op_a, kExact, &stride_value)) {
    [all...]
induction_var_analysis.cc     [all...]
induction_var_range_test.cc 222 return range_.IsConstant(info, InductionVarRange::kExact, value);
    [all...]

Completed in 143 milliseconds