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