Lines Matching refs:Shift
927 // Legalizing shifts/rotates requires adjusting the shift amount936 // Legalizing shifts/rotates requires adjusting the shift amount2736 unsigned Shift = 8;2738 Val = (Val << Shift) | Val;2739 Shift <<= 1;