; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=aarch64-none-none-eabi -verify-machineinstrs %s -o - | FileCheck %s define i32 @and_eq_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, eq ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, eq ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, eq ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, eq ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, eq ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, eq ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, eq ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, eq ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, eq ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_eq_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_eq_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, eq ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp eq i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ne ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ne ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ne ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ne ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ne ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ne ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ne ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ne ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ne ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ne_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ne_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, ne ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp ne i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lo ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, lo ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, lo ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, lo ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lo ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lo ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lo ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lo ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, lo ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ult_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ult_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, lo ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp ult i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ls ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ls ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ls ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ls ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ls ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ls ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ls ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ls ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ls ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ule_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ule_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, ls ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp ule i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hi ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, hi ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, hi ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, hi ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hi ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hi ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hi ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hi ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, hi ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_ugt_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_ugt_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, hi ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp ugt i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hs ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, hs ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, hs ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, hs ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hs ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hs ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hs ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, hs ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, hs ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_uge_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_uge_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, hs ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp uge i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lt ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, lt ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, lt ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, lt ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lt ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lt ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lt ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, lt ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, lt ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_slt_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_slt_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, lt ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp slt i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, le ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, le ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, le ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, le ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, le ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, le ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, le ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, le ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, le ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sle_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sle_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, le ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp sle i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, gt ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, gt ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, gt ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, gt ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, gt ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, gt ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, gt ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, gt ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, gt ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sgt_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sgt_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, gt ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp sgt i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_eq(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_eq: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ge ; CHECK-NEXT: cset w0, eq ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp eq i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_ne(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_ne: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ge ; CHECK-NEXT: cset w0, ne ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp ne i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_ult(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_ult: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ge ; CHECK-NEXT: cset w0, lo ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp ult i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_ule(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_ule: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #2, ge ; CHECK-NEXT: cset w0, ls ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp ule i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_ugt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_ugt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ge ; CHECK-NEXT: cset w0, hi ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp ugt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_uge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_uge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ge ; CHECK-NEXT: cset w0, hs ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp uge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_slt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_slt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ge ; CHECK-NEXT: cset w0, lt ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp slt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_sle(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_sle: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #0, ge ; CHECK-NEXT: cset w0, le ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp sle i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_sgt(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_sgt: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #4, ge ; CHECK-NEXT: cset w0, gt ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp sgt i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z } define i32 @and_sge_sge(i32 %s0, i32 %s1, i32 %s2, i32 %s3) { ; CHECK-LABEL: and_sge_sge: ; CHECK: // %bb.0: // %entry ; CHECK-NEXT: cmp w0, w1 ; CHECK-NEXT: ccmp w2, w3, #8, ge ; CHECK-NEXT: cset w0, ge ; CHECK-NEXT: ret entry: %c0 = icmp sge i32 %s0, %s1 %c1 = icmp sge i32 %s2, %s3 %a = and i1 %c0, %c1 %z = zext i1 %a to i32 ret i32 %z }