Searched refs:TableMask (Results 1 – 1 of 1) sorted by relevance
4198 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local4203 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()4206 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, in SwitchToLookupTable()