Searched refs:TableMask (Results 1 – 2 of 2) sorted by relevance
4965 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local4970 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()4973 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable()
5397 ConstantInt *TableMask = ConstantInt::get(Mod.getContext(), MaskInt); in SwitchToLookupTable() local5402 IntegerType *MapTy = TableMask->getType(); in SwitchToLookupTable()5405 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable()