Lines Matching refs:ROTL
104 // (or (rotl Input, Rotate), ~Mask)
108 // (and (rotl Input, Rotate), Mask)
707 case ISD::ROTL: {
732 // Treat (shl X, count) as (rotl X, size-count) as long as the bottom
737 // Treat (shl X, count) as (and (rotl X, count), ~0<<count).
759 // Treat (srl|sra X, count) as (rotl X, size-count) as long as the top
764 // Treat (srl X, count), mask) as (and (rotl X, size-count), ~0>>count),
984 case ISD::ROTL: