Lines Matching refs:n0
17 %n0 = xor i4 %x, %y
18 %n1 = and i4 %n0, %im
33 %n0 = xor i4 %x, -1 ; %x
34 %n1 = and i4 %n0, %notmask
47 %n0 = xor i4 %x, 6 ; %x
48 %n1 = and i4 %n0, %notmask
61 %n0 = xor i4 -1, %y ; %x
62 %n1 = and i4 %n0, %notmask
75 %n0 = xor i4 %y, 6 ; %x
76 %n1 = and i4 %n0, %notmask
88 ; FIXME: should the %n1 = and i4 %im, %n0 swapped order pattern be tested?
98 %n0 = xor i4 %y, %x ; swapped order
99 %n1 = and i4 %n0, %im
112 %n0 = xor i4 %x, %y
113 %n1 = and i4 %n0, %im
130 %n0 = xor i4 %x, %y
131 %n1 = and i4 %n0, %im
144 %n0 = xor i4 %y, %x ; swapped order
145 %n1 = and i4 %n0, %im
160 %n0 = xor i4 %y, %x ; swapped order
161 %n1 = and i4 %n0, %im
176 %n0 = xor i4 %x, %y
177 %n1 = and i4 %n0, %im
194 %n0 = xor i4 %y, %x ; swapped order
195 %n1 = and i4 %n0, %im
208 %n0 = xor i4 %x, 6 ; %x
209 %n1 = and i4 %notmask, %n0 ; swapped
222 %n0 = xor i4 %y, 6 ; %x
223 %n1 = and i4 %notmask, %n0 ; swapped
245 %n0 = xor i4 %x, %y ; two uses of %n0, THIS IS OK!
246 %n1 = and i4 %n0, %im
248 call void @use4(i4 %n0)
262 %n0 = xor i4 %x, %y
263 %n1 = and i4 %n0, %im ; two uses of %n1, which is going to be replaced
280 %n0 = xor i4 %x, %y
281 %n1 = and i4 %n0, %im ; two uses of %n1, which is going to be replaced
283 call void @use4(i4 %n0)
299 %n0 = xor i4 %x, %y
300 %n1 = and i4 %n0, %im
314 %n0 = xor i4 %x, %y
315 %n1 = and i4 %n0, %im