Home | History | Annotate | Download | only in Utils

Lines Matching refs:Shifted

4973     Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted");
4975 Shifted, Type::getInt1Ty(Mod.getContext()), "switch.lobit");