Lines Matching refs:ROTL
106 // (or (rotl Input, Rotate), ~Mask)
110 // (and (rotl Input, Rotate), Mask)
750 case ISD::ROTL: {
802 // Treat (shl X, count) as (rotl X, size-count) as long as the bottom
807 // Treat (shl X, count) as (and (rotl X, count), ~0<<count).
829 // Treat (srl|sra X, count) as (rotl X, size-count) as long as the top
834 // Treat (srl X, count), mask) as (and (rotl X, size-count), ~0>>count),
1073 case ISD::ROTL: