Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dmax-of-nots.ll302 %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>
Dselect.ll1343 %not_a = xor i32 %a, -1
1345 %s0 = select i1 %c0, i32 %not_a, i32 -1
/external/llvm-project/clang/test/Frontend/
Dfixed_point_unary.c540 void not_a() { in not_a() function
/external/llvm/test/Transforms/InstCombine/
Dselect.ll1702 %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