Home
last modified time | relevance | path

Searched refs:bits0 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dicmp-ule-of-shl-1-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll72 define i1 @both(i8 %bits0, i8 %bits1) {
79 %t0 = shl i8 1, %bits0
H A Dicmp-ugt-of-shl-1-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll72 define i1 @both(i8 %bits0, i8 %bits1) {
79 %t0 = shl i8 1, %bits0
H A Dicmp-ult-of-not-of-shl-allones-by-bits-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll100 define i1 @both(i8 %bits0, i8 %bits1) {
107 %t0 = shl i8 -1, %bits0
H A Dicmp-uge-of-not-of-shl-allones-by-bits-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll100 define i1 @both(i8 %bits0, i8 %bits1) {
107 %t0 = shl i8 -1, %bits0
H A Dicmp-uge-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll124 define i1 @both(i8 %bits0, i8 %bits1) {
135 %t0 = shl i8 1, %bits0
H A Dicmp-ult-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll124 define i1 @both(i8 %bits0, i8 %bits1) {
135 %t0 = shl i8 1, %bits0
/llvm-project-15.0.7/clang/test/Analysis/
H A Dptr-arith.cpp130 unsigned bits0 : 1; member
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2346 unsigned bits0 = arg0Ty.getIntOrFloatBitWidth(); in genBitwiseCompare() local
2360 if (bits0 > bits1) in genBitwiseCompare()
2362 else if (bits0 < bits1) in genBitwiseCompare()