Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp323 int64_t currentValue = I->High->getSExtValue(); in Clusterify() local
329 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()
330 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()