Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp329 const APInt &currentValue = I->High->getValue(); in Clusterify() local
335 assert(nextValue.sgt(currentValue) && in Clusterify()
337 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()