Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kAtMost

232     // any of the three requests (kExact, kAtMost, and KAtLeast).
246 if ((request == kExact && v_min.b_constant == v_max.b_constant) || request == kAtMost) {