Lines Matching refs:tmp0
28 %tmp0 = and i8 %x, 3
29 %ret = icmp ugt i8 %x, %tmp0
41 %tmp0 = lshr i8 -1, %y
42 %tmp1 = and i8 %tmp0, %x
58 %tmp0 = and <2 x i8> %x, <i8 3, i8 3>
59 %ret = icmp ugt <2 x i8> %x, %tmp0
70 %tmp0 = and <2 x i8> %x, <i8 3, i8 15> ; doesn't have to be splat.
71 %ret = icmp ugt <2 x i8> %x, %tmp0
82 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
83 %ret = icmp ugt <2 x i8> %x, %tmp0
93 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
94 %ret = icmp ugt <2 x i8> %x, %tmp0
105 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
106 %ret = icmp ugt <3 x i8> %x, %tmp0
117 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 15>
118 %ret = icmp ugt <3 x i8> %x, %tmp0
130 %tmp0 = and i8 %x, 3
131 %ret = icmp ugt i8 %tmp0, %x ; swapped order
147 %tmp0 = lshr i8 -1, %y
148 %tmp1 = and i8 %tmp0, %x ; swapped order
159 %tmp0 = lshr i8 -1, %y
160 %tmp1 = and i8 %x, %tmp0
169 %tmp0 = lshr i8 -1, %y
170 %tmp1 = and i8 %tmp0, %x ; swapped order
190 %tmp0 = and i8 %x, 3
191 call void @use8(i8 %tmp0)
192 %ret = icmp ugt i8 %x, %tmp0
208 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
209 %ret = icmp ugt i8 %x, %tmp0
221 %tmp0 = and i8 %x, 3
222 %ret = icmp ugt i8 %tmp0, %notx ; not %x
234 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
235 %ret = icmp ugt <2 x i8> %x, %tmp0