Lines Matching refs:ConstantInt
69 ConstantInt* Low;
70 ConstantInt* High;
73 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange()
83 ConstantInt *LowerBound, ConstantInt *UpperBound,
98 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
99 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
206 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert()
207 ConstantInt *UpperBound, Value *Val, in switchConvert()
244 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert()
248 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in switchConvert()
427 ConstantInt *LowerBound = nullptr; in processSwitchInst()
428 ConstantInt *UpperBound = nullptr; in processSwitchInst()