Lines Matching refs:tmp0
22 %tmp0 = and i8 %x, 3
23 %ret = icmp sge i8 %tmp0, %x
36 %tmp0 = and <2 x i8> %x, <i8 3, i8 3>
37 %ret = icmp sge <2 x i8> %tmp0, %x
46 %tmp0 = and <2 x i8> %x, <i8 3, i8 15> ; doesn't have to be splat.
47 %ret = icmp sge <2 x i8> %tmp0, %x
56 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
57 %ret = icmp sge <2 x i8> %tmp0, %x
66 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
67 %ret = icmp sge <3 x i8> %tmp0, %x
84 %tmp0 = and i8 %x, 3
85 call void @use8(i8 %tmp0)
86 %ret = icmp sge i8 %tmp0, %x
105 %tmp0 = and i8 %x, 3
106 %ret = icmp sge i8 %x, %tmp0 ; swapped order
120 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
121 %ret = icmp sge i8 %tmp0, %x
131 %tmp0 = and i8 %x, 3
132 %ret = icmp sge i8 %tmp0, %notx ; not %x
142 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
143 %ret = icmp sge <2 x i8> %tmp0, %x
158 %tmp0 = lshr i8 -1, %y
159 %tmp1 = and i8 %tmp0, %x
170 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
171 %ret = icmp sge <2 x i8> %tmp0, %x
181 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 -1>
182 %ret = icmp sge <3 x i8> %tmp0, %x
197 %tmp0 = lshr i8 -1, %y
198 %tmp1 = and i8 %x, %tmp0 ; swapped order
212 %tmp0 = lshr i8 -1, %y
213 %tmp1 = and i8 %tmp0, %x
227 %tmp0 = lshr i8 -1, %y
228 %tmp1 = and i8 %x, %tmp0 ; swapped order