Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Shift

927       // Legalizing shifts/rotates requires adjusting the shift amount
936 // Legalizing shifts/rotates requires adjusting the shift amount
2736 unsigned Shift = 8;
2738 Val = (Val << Shift) | Val;
2739 Shift <<= 1;