Lines Matching refs:tmp0
28 %tmp0 = and i8 %x, 3
29 %ret = icmp ule 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 ule <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 ule <2 x i8> %x, %tmp0
82 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
83 %ret = icmp ule <2 x i8> %x, %tmp0
93 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
94 %ret = icmp ule <2 x i8> %x, %tmp0
105 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
106 %ret = icmp ule <3 x i8> %x, %tmp0
118 %tmp0 = and i8 %x, 3
119 %ret = icmp ule i8 %tmp0, %x ; swapped order
135 %tmp0 = lshr i8 -1, %y
136 %tmp1 = and i8 %tmp0, %x ; swapped order
147 %tmp0 = lshr i8 -1, %y
148 %tmp1 = and i8 %x, %tmp0
157 %tmp0 = lshr i8 -1, %y
158 %tmp1 = and i8 %tmp0, %x ; swapped order
178 %tmp0 = and i8 %x, 3
179 call void @use8(i8 %tmp0)
180 %ret = icmp ule i8 %x, %tmp0
196 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
197 %ret = icmp ule i8 %x, %tmp0
209 %tmp0 = and i8 %x, 3
210 %ret = icmp ule i8 %tmp0, %notx ; not %x
222 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
223 %ret = icmp ule <2 x i8> %x, %tmp0