Home | History | Annotate | Download | only in Utils

Lines Matching refs:LowerBound

84                               ConstantInt *LowerBound, ConstantInt *UpperBound,
193 // LowerBound and UpperBound are used to keep track of the bounds for Val
197 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound,
209 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
211 if (LowerBound && UpperBound)
213 UpperBound->getSExtValue() - LowerBound->getSExtValue();
252 if (LowerBound) {
253 dbgs() << LowerBound->getSExtValue();
274 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound,
419 ConstantInt *LowerBound = nullptr;
428 LowerBound = Cases.front().Low;
510 switchConvert(Cases.begin(), Cases.end(), LowerBound, UpperBound, Val,