Searched refs:NewLowerBound (Results 1 – 1 of 1) sorted by relevance
235 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert() local239 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()240 NewLowerBound->getValue() - 1); in switchConvert()245 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in switchConvert()259 dbgs() << NewLowerBound->getSExtValue() << " - "; in switchConvert()277 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert()