Home | History | Annotate | Download | only in optimizing

Lines Matching refs:kAtLeast

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));