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.cpp327 const APInt &nextValue = J->Low->getValue(); in Clusterify() local
334 assert(nextValue.sgt(currentValue) && in Clusterify()
336 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()