Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp20 typedef svfloat32_t fixed_svfloat __attribute__((arm_sve_vector_bits(N))); typedef
22 static_assert(alignof(fixed_svfloat) == 16, in test01()
24 static_assert(sizeof(fixed_svfloat) == N / 8, in test01()