Lines Matching refs:i7
37 define i7 @test5(i7 %A, i7* %P) {38 %B = or i7 %A, 339 %C = xor i7 %B, 1240 store i7 %C, i7* %P41 %r = and i7 %C, 342 ret i7 %r45 define i7 @test6(i7 %A, i7 %B) {47 %t0 = xor i7 %A, -148 %t1 = and i7 %t0, %B49 %r = xor i7 %t1, -150 ret i7 %r