Searched refs:NewLowerBound (Results 1 – 1 of 1) sorted by relevance
264 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert() local268 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()