Lines Matching refs:shl
6 ; the successor shl(s) become shl undef, 1. This pattern then matches
7 ; shl x, 1 -> add x, x. add undef, undef doesn't guarantee the low
13 ; Use intel syntax, or "shl" might hit "pushl".
15 ; CHECK-NOT: shl
26 %tmp1506 = shl i32 %tmp1220, 1
33 %tmp1618 = shl i32 %tmp1676, 1
40 ; CHECK-NOT: shl
41 ; shl undef, 0 -> undef
44 %tmp2 = shl i32 undef, 0;
48 ; CHECK-NOT: shl
49 ; shl undef, x -> 0
53 %tmp2 = shl i32 undef, %tmp1;