Lines Matching full:i117
62 define i117 @test5(i117 %A, i117* %P) {63 %B = or i117 %A, 364 %C = xor i117 %B, 1265 store i117 %C, i117* %P66 %r = and i117 %C, 367 ret i117 %r70 define i117 @test6(i117 %A, i117 %B) {72 %t0 = xor i117 %A, -173 %t1 = and i117 %t0, %B74 %r = xor i117 %t1, -175 ret i117 %r