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 ()()
158 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
159 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock()
230 BasicBlock *SwitchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in SwitchConvert()
231 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
267 ConstantInt *NewLowerBound = Pivot.Low; in SwitchConvert()
271 ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(), in SwitchConvert()
386 ConstantInt *LowerBound = nullptr; in ProcessSwitchInst()
387 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst()
423 LowerBound = ConstantInt::get(SI->getContext(), Min); in ProcessSwitchInst()
424 UpperBound = ConstantInt::get(SI->getContext(), Max); in ProcessSwitchInst()