Lines Matching refs:tmp0
30 %tmp0 = and i8 %x, 3
31 %ret = icmp sgt i8 %x, %tmp0
46 %tmp0 = and <2 x i8> %x, <i8 3, i8 3>
47 %ret = icmp sgt <2 x i8> %x, %tmp0
58 %tmp0 = and <2 x i8> %x, <i8 3, i8 15> ; doesn't have to be splat.
59 %ret = icmp sgt <2 x i8> %x, %tmp0
70 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
71 %ret = icmp sgt <2 x i8> %x, %tmp0
82 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
83 %ret = icmp sgt <3 x i8> %x, %tmp0
94 %tmp0 = and <3 x i8> %x, <i8 15, i8 3, i8 poison>
95 %ret = icmp sgt <3 x i8> %x, %tmp0
114 %tmp0 = and i8 %x, 3
115 call void @use8(i8 %tmp0)
116 %ret = icmp sgt i8 %x, %tmp0
131 %tmp0 = and i8 %x, 3
132 %ret = icmp sgt i8 %tmp0, %x ; swapped order
148 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
149 %ret = icmp sgt i8 %x, %tmp0
161 %tmp0 = and i8 %x, 3
162 %ret = icmp sgt i8 %tmp0, %notx ; not %x
174 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
175 %ret = icmp sgt <2 x i8> %x, %tmp0
192 %tmp0 = lshr i8 -1, %y
193 %tmp1 = and i8 %tmp0, %x
206 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
207 %ret = icmp sgt <2 x i8> %x, %tmp0
219 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 -1>
220 %ret = icmp sgt <3 x i8> %x, %tmp0
236 %tmp0 = lshr i8 -1, %y
237 %tmp1 = and i8 %tmp0, %x ; swapped order
251 %tmp0 = lshr i8 -1, %y
252 %tmp1 = and i8 %x, %tmp0
264 %tmp0 = lshr i8 -1, %y
265 %tmp1 = and i8 %tmp0, %x ; swapped order