Lines Matching refs:LowerBound
77 ConstantInt *LowerBound, ConstantInt *UpperBound,
200 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert() argument
212 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
214 if (LowerBound && UpperBound) in switchConvert()
216 UpperBound->getSExtValue() - LowerBound->getSExtValue(); in switchConvert()
255 if (LowerBound) { in switchConvert()
256 dbgs() << LowerBound->getSExtValue(); in switchConvert()
277 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound, in switchConvert()
421 ConstantInt *LowerBound = nullptr; in processSwitchInst() local
430 LowerBound = Cases.front().Low; in processSwitchInst()
510 switchConvert(Cases.begin(), Cases.end(), LowerBound, UpperBound, Val, in processSwitchInst()