Home
last modified time | relevance | path

Searched refs:nextValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp44 static std::optional<GeneratedWord> nextValue; variable
49 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()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp331 int64_t nextValue = J->Low->getSExtValue(); in Clusterify() local
338 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()
339 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp2044 int64_t nextValue = nextValueStack.back(); in findIntegerSample() local
2046 if (nextValue > upperBoundStack.back()) { in findIntegerSample()
2059 basisCoeffs.push_back(-nextValue); in findIntegerSample()