Home | History | Annotate | Download | only in Utils

Lines Matching refs:Shifted

5405     Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted");
5407 Shifted, Type::getInt1Ty(Mod.getContext()), "switch.lobit");
5523 // Now we have signed numbers that have been shifted so that, given enough
5556 // shift and puts the shifted-off bits in the uppermost bits. If any of these