Searched refs:bits0 (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | icmp-ule-of-shl-1-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 72 define i1 @both(i8 %bits0, i8 %bits1) { 79 %t0 = shl i8 1, %bits0
|
| H A D | icmp-ugt-of-shl-1-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 72 define i1 @both(i8 %bits0, i8 %bits1) { 79 %t0 = shl i8 1, %bits0
|
| H A D | icmp-ult-of-not-of-shl-allones-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 100 define i1 @both(i8 %bits0, i8 %bits1) { 107 %t0 = shl i8 -1, %bits0
|
| H A D | icmp-uge-of-not-of-shl-allones-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 100 define i1 @both(i8 %bits0, i8 %bits1) { 107 %t0 = shl i8 -1, %bits0
|
| H A D | icmp-uge-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll | 124 define i1 @both(i8 %bits0, i8 %bits1) { 135 %t0 = shl i8 1, %bits0
|
| H A D | icmp-ult-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll | 124 define i1 @both(i8 %bits0, i8 %bits1) { 135 %t0 = shl i8 1, %bits0
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | ptr-arith.cpp | 130 unsigned bits0 : 1; member
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 2346 unsigned bits0 = arg0Ty.getIntOrFloatBitWidth(); in genBitwiseCompare() local 2360 if (bits0 > bits1) in genBitwiseCompare() 2362 else if (bits0 < bits1) in genBitwiseCompare()
|