Searched refs:maxRoundedDown (Results 1 – 1 of 1) sorted by relevance
1994 MaybeOptimum<int64_t> minRoundedUp, maxRoundedDown; in findIntegerSample() local1995 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()2000 if (minRoundedUp.isEmpty() || maxRoundedDown.isEmpty()) { in findIntegerSample()2001 assert((minRoundedUp.isEmpty() && maxRoundedDown.isEmpty()) && in findIntegerSample()2011 assert((minRoundedUp.isBounded() && maxRoundedDown.isBounded()) && in findIntegerSample()2019 if (*minRoundedUp < *maxRoundedDown) { in findIntegerSample()2023 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()2032 upperBoundStack.push_back(*maxRoundedDown); in findIntegerSample()2073 MaybeOptimum<int64_t> maxRoundedDown( in computeIntegerBounds() local2075 return {minRoundedUp, maxRoundedDown}; in computeIntegerBounds()