Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp325 const APInt &nextValue = J->Low->getValue(); in Clusterify() local
332 assert(nextValue.sgt(currentValue) && in Clusterify()
334 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()