Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp264 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local
268 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
269 NewLowerBound->getValue() - 1); in SwitchConvert()
274 APInt GapHigh = NewLowerBound->getValue() - 1; in SwitchConvert()
282 << "RHS Bounds ==> [" << NewLowerBound->getValue() << ", " in SwitchConvert()
296 SwitchConvert(RHS.begin(), RHS.end(), NewLowerBound, UpperBound, Val, in SwitchConvert()