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