Searched refs:not_a (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | max-of-nots.ll | 302 %not_a = xor i32 %a, -1 304 %s0 = select i1 %c0, i32 %not_a, i32 -1 315 %not_a = xor i32 %a, -1 317 %s0 = select i1 %c0, i32 -1, i32 %not_a 328 %not_a = xor i32 %a, -1 330 %s0 = select i1 %c0, i32 %not_a, i32 -1 341 %not_a = xor i32 %a, -1 343 %s0 = select i1 %c0, i32 -1, i32 %not_a 353 %not_a = xor <2 x i32> %a, <i32 -1, i32 -1> 355 %s0 = select <2 x i1> %c0, <2 x i32> %not_a, <2 x i32> <i32 -1, i32 -1>
|
D | select.ll | 1343 %not_a = xor i32 %a, -1 1345 %s0 = select i1 %c0, i32 %not_a, i32 -1
|
/external/llvm-project/clang/test/Frontend/ |
D | fixed_point_unary.c | 540 void not_a() { in not_a() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | select.ll | 1702 %not_a = xor i32 %a, -1 1704 %s0 = select i1 %c0, i32 %not_a, i32 -1 1726 ; CHECK-NEXT: %not_a = xor i32 %a, -1 1728 ; CHECK-NEXT: %s0 = select i1 %c0, i32 %not_a, i32 -1 1733 %not_a = xor i32 %a, -1 1735 %s0 = select i1 %c0, i32 %not_a, i32 -1
|