Lines Matching refs:tmp0
22 %tmp0 = and i8 %x, 3
23 %ret = icmp uge 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 uge <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 uge <2 x i8> %tmp0, %x
68 %tmp0 = and <2 x i8> %x, <i8 3, i8 0>
69 %ret = icmp uge <2 x i8> %tmp0, %x
77 %tmp0 = and <2 x i8> %x, <i8 3, i8 -1>
78 %ret = icmp uge <2 x i8> %tmp0, %x
87 %tmp0 = and <3 x i8> %x, <i8 3, i8 poison, i8 3>
88 %ret = icmp uge <3 x i8> %tmp0, %x
105 %tmp0 = and i8 %x, 3
106 %ret = icmp uge i8 %x, %tmp0 ; swapped order
122 %tmp0 = lshr i8 -1, %y
123 %tmp1 = and i8 %x, %tmp0 ; swapped order
134 %tmp0 = lshr i8 -1, %y
135 %tmp1 = and i8 %tmp0, %x
146 %tmp0 = lshr i8 -1, %y
147 %tmp1 = and i8 %x, %tmp0 ; swapped order
165 %tmp0 = and i8 %x, 3
166 call void @use8(i8 %tmp0)
167 %ret = icmp uge i8 %tmp0, %x
181 %tmp0 = and i8 %x, 4 ; power-of-two, but invalid.
182 %ret = icmp uge i8 %tmp0, %x
192 %tmp0 = and i8 %x, 3
193 %ret = icmp uge i8 %tmp0, %notx ; not %x
203 %tmp0 = and <2 x i8> %x, <i8 3, i8 16> ; only the first one is valid.
204 %ret = icmp uge <2 x i8> %tmp0, %x