Lines Matching refs:ConstantInt
73 ConstantInt *Low;
74 ConstantInt *High;
77 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange()
88 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
89 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); in operator ()()
156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock()
228 BasicBlock *SwitchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in SwitchConvert()
229 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
264 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert()
268 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
389 ConstantInt *LowerBound = nullptr; in ProcessSwitchInst()
390 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst()
427 LowerBound = ConstantInt::get(SI->getContext(), Min); in ProcessSwitchInst()
428 UpperBound = ConstantInt::get(SI->getContext(), Max); in ProcessSwitchInst()