Searched refs:TableMask (Results 1 – 1 of 1) sorted by relevance
5923 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local5928 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()5931 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable()