Lines Matching refs:tmp0
22 %tmp0 = and i8 %x, 3
23 %ret = icmp ult 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 ult <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 ult <2 x i8> %tmp0, %x
68 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
69 %ret = icmp ult <2 x i8> %tmp0, %x
78 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
79 %ret = icmp ult <2 x i8> %tmp0, %x
88 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
89 %ret = icmp ult <3 x i8> %tmp0, %x
98 %tmp0 = and <3 x i8> %x, <i8 7, i8 31, i8 poison>
99 %ret = icmp ult <3 x i8> %tmp0, %x
116 %tmp0 = and i8 %x, 3
117 %ret = icmp ult i8 %x, %tmp0 ; swapped order
133 %tmp0 = lshr i8 -1, %y
134 %tmp1 = and i8 %x, %tmp0 ; swapped order
145 %tmp0 = lshr i8 -1, %y
146 %tmp1 = and i8 %tmp0, %x
157 %tmp0 = lshr i8 -1, %y
158 %tmp1 = and i8 %x, %tmp0 ; swapped order
176 %tmp0 = and i8 %x, 3
177 call void @use8(i8 %tmp0)
178 %ret = icmp ult i8 %tmp0, %x
192 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
193 %ret = icmp ult i8 %tmp0, %x
203 %tmp0 = and i8 %x, 3
204 %ret = icmp ult i8 %tmp0, %notx ; not %x
214 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
215 %ret = icmp ult <2 x i8> %tmp0, %x