Home | History | Annotate | Download | only in Utils

Lines Matching refs:TableIndex

3805   Value *TableIndex = Builder.CreateSub(SI->getCondition(), MinCaseVal,
3825 Value *Cmp = Builder.CreateICmpULT(TableIndex, ConstantInt::get(
3855 // Get the TableIndex'th bit of the bitmask.
3859 Value *MaskIndex = Builder.CreateZExtOrTrunc(TableIndex, MapTy,
3881 Value *Result = Table.BuildLookup(TableIndex, Builder);