Lines Matching refs:UpperBound
84 ConstantInt *LowerBound, ConstantInt *UpperBound,
198 ConstantInt *UpperBound, Value *Val, in switchConvert() argument
209 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
211 if (LowerBound && UpperBound) in switchConvert()
213 UpperBound->getSExtValue() - LowerBound->getSExtValue(); in switchConvert()
260 if (UpperBound) { in switchConvert()
261 dbgs() << UpperBound->getSExtValue() << "\n"; in switchConvert()
278 UpperBound, Val, NewNode, OrigBlock, in switchConvert()
326 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
327 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, in newLeafBlock()
423 ConstantInt *UpperBound = nullptr; in processSwitchInst() local
432 UpperBound = Cases.back().High; in processSwitchInst()
511 switchConvert(Cases.begin(), Cases.end(), LowerBound, UpperBound, Val, in processSwitchInst()