Searched refs:kAtLeast (Results 1 – 4 of 4) sorted by relevance
199 kAtLeast enumerator
455 } else if (request == kAtLeast) { in IsConstant()494 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, ¬_used)) && in IsWellBehavedTripCount()495 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, ¬_used)); in IsWellBehavedTripCount()
294 return range_.IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()
1351 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value); in IsAtLeast()