Searched refs:b_not (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | or-to-xor.ll | 6 %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/ |
D | or-to-xor.ll | 9 %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
|
D | xor2.ll | 94 ; 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/ |
D | lbitlib.c | 92 static int b_not (lua_State *L) { in b_not() function 205 {"bnot", b_not},
|