Searched refs:not_used (Results 1 – 1 of 1) sorted by relevance
486 int64_t not_used = 0; in IsWellBehavedTripCount() local487 return (!HasFetchInLoop(lower) || range.IsConstant(lower, kAtLeast, ¬_used)) && in IsWellBehavedTripCount()488 (!HasFetchInLoop(upper) || range.IsConstant(upper, kAtLeast, ¬_used)); in IsWellBehavedTripCount()