Home | History | Annotate | Download | only in Utils

Lines Matching defs:LowerBound

69                               ConstantInt *LowerBound, ConstantInt *UpperBound,
136 // LowerBound and UpperBound are used to keep track of the bounds for Val
140 ConstantInt *LowerBound,
151 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
189 if (LowerBound) {
190 dbgs() << cast<ConstantInt>(LowerBound)->getSExtValue();
203 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound,
376 ConstantInt *LowerBound = nullptr;
385 LowerBound = cast<ConstantInt>(Cases.begin()->Low);
388 switchConvert(Cases.begin(), Cases.end(), LowerBound, UpperBound, Val,