Searched refs:NewLowerBound (Results 1 – 2 of 2) sorted by relevance
238 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local242 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()243 NewLowerBound->getValue() - 1); in switchConvert()248 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()262 dbgs() << NewLowerBound->getSExtValue() << " - "; in switchConvert()280 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()
257 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local261 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()262 NewLowerBound->getValue() - 1); in switchConvert()267 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()278 dbgs() << NewLowerBound->getSExtValue() << " - "; if (UpperBound) { in switchConvert()293 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()