Lines Matching full:xor
1 ; This test makes sure that the xor instructions are properly eliminated
4 ; RUN: opt < %s -instcombine -S | not grep xor
7 %B = xor i33 %A, -1
8 %C = xor i33 %B, -1
14 %Ret = xor i1 %cond, true
20 %a = xor i47 %A, -1
21 %b = xor i47 %B, -1
23 %d = xor i47 %c, -1
29 %a = xor i61 %A, -1
31 %d = xor i61 %c, -1
37 %a = xor i71 %A, -1
38 %b = xor i71 %B, -1
40 %d = xor i71 %c, -1