Home
last modified time | relevance | path

Searched refs:b_not (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dor-to-xor.ll6 %b_not = xor i32 %b, -1
7 %0 = and i32 %a, %b_not
16 %b_not = xor i32 %b, -1
17 %0 = and i32 %b_not, %a
26 %b_not = xor i32 %b, -1
27 %0 = and i32 %a, %b_not
36 %b_not = xor i32 %b, -1
37 %0 = and i32 %b_not, %a
/external/llvm/test/Transforms/InstCombine/
Dor-to-xor.ll9 %b_not = xor i32 %b, -1
10 %t0 = and i32 %a, %b_not
22 %b_not = xor i32 %b, -1
23 %t0 = and i32 %b_not, %a
35 %b_not = xor i32 %b, -1
36 %t0 = and i32 %a, %b_not
48 %b_not = xor i32 %b, -1
49 %t0 = and i32 %b_not, %a
Dxor2.ll94 ; CHECK-NEXT: %[[b_not:.*]] = xor i32 %b, -1
95 ; CHECK-NEXT: %[[or:.*]] = or i32 %a, %[[b_not]]
106 ; CHECK-NEXT: %[[b_not:.*]] = xor i32 %b, -1
107 ; CHECK-NEXT: %[[or:.*]] = or i32 %a, %[[b_not]]
/external/lua/src/
Dlbitlib.c92 static int b_not (lua_State *L) { in b_not() function
205 {"bnot", b_not},