Lines Matching refs:ConstantInt
74 ConstantInt *Low;
75 ConstantInt *High;
78 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange()
89 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()()
90 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()
221 BasicBlock *SwitchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in SwitchConvert()
222 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
258 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert()
262 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
377 ConstantInt *LowerBound = nullptr; in ProcessSwitchInst()
378 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst()
414 LowerBound = ConstantInt::get(SI->getContext(), Min); in ProcessSwitchInst()
415 UpperBound = ConstantInt::get(SI->getContext(), Max); in ProcessSwitchInst()