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