Searched refs:nextValue (Results 1 – 3 of 3) sorted by relevance
44 static std::optional<GeneratedWord> nextValue; variable49 if (nextValue.has_value()) { in GetNextValue()50 result = *nextValue; in GetNextValue()51 nextValue.reset(); in GetNextValue()183 nextValue = seed; in RTNAME()207 nextValue = seed; in RTNAME()
331 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local338 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()339 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
2044 int64_t nextValue = nextValueStack.back(); in findIntegerSample() local2046 if (nextValue > upperBoundStack.back()) { in findIntegerSample()2059 basisCoeffs.push_back(-nextValue); in findIntegerSample()