Lines Matching refs:tmp0
22 %tmp0 = and i8 %x, 3
23 %ret = icmp eq i8 %tmp0, %x
33 %tmp0 = lshr i8 -1, %y
34 %tmp1 = and i8 %tmp0, %x
48 %tmp0 = and <2 x i8> %x, <i8 3, i8 3>
49 %ret = icmp eq <2 x i8> %tmp0, %x
58 %tmp0 = and <2 x i8> %x, <i8 3, i8 15> ; doesn't have to be splat.
59 %ret = icmp eq <2 x i8> %tmp0, %x
68 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
69 %ret = icmp eq <2 x i8> %tmp0, %x
77 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
78 %ret = icmp eq <2 x i8> %tmp0, %x
87 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
88 %ret = icmp eq <3 x i8> %tmp0, %x
105 %tmp0 = and i8 %x, 3
106 %ret = icmp eq i8 %x, %tmp0 ; swapped order
122 %tmp0 = lshr i8 -1, %y
123 %tmp1 = and i8 %x, %tmp0 ; swapped order
136 %tmp0 = lshr i8 -1, %y
137 %tmp1 = and i8 %tmp0, %x
150 %tmp0 = lshr i8 -1, %y
151 %tmp1 = and i8 %x, %tmp0 ; swapped order
169 %tmp0 = and i8 %x, 3
170 call void @use8(i8 %tmp0)
171 %ret = icmp eq i8 %tmp0, %x
185 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
186 %ret = icmp eq i8 %tmp0, %x
196 %tmp0 = and i8 %x, 3
197 %ret = icmp eq i8 %tmp0, %notx ; not %x
207 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
208 %ret = icmp eq <2 x i8> %tmp0, %x