Home
last modified time | relevance | path

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

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