1 // REQUIRES: aarch64-registered-target
2 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -S -O1 -Werror -Wall -o - %s | FileCheck %s
6 svbool_t
test_svdupq_n_b8_const()
8 // CHECK-LABEL: test_svdupq_n_b8_const
11 return svdupq_n_b8(1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0);
14 svbool_t
test_svdupq_n_b16_const()
16 // CHECK-LABEL: test_svdupq_n_b16_const
19 return svdupq_n_b16(1, 1, 1, 1, 1, 1, 1, 1);
22 svbool_t
test_svdupq_n_b32_const()
24 // CHECK-LABEL: test_svdupq_n_b32_const
27 return svdupq_n_b32(1, 1, 1, 1);
30 svbool_t
test_svdupq_n_b64_const()
32 // CHECK-LABEL: test_svdupq_n_b64_const
35 return svdupq_n_b64(1, 1);