Searched refs:minRoundedUp (Results 1 – 1 of 1) sorted by relevance
1044 int64_t minRoundedUp, maxRoundedDown; in findIntegerSample() local1045 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()1053 if (minRoundedUp < maxRoundedDown) { in findIntegerSample()1057 std::tie(minRoundedUp, maxRoundedDown) = in findIntegerSample()1063 nextValueStack.push_back(minRoundedUp); in findIntegerSample()1103 int64_t minRoundedUp; in computeIntegerBounds() local1106 minRoundedUp = ceil(*maybeMin); in computeIntegerBounds()1117 return {minRoundedUp, maxRoundedDown}; in computeIntegerBounds()