Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd58 template<class T> struct is_simd_flag_type;
59 template<class T> inline constexpr bool is_simd_flag_type_v = is_simd_flag_type<T>::value;
/src/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dtraits.h49 struct is_simd_flag_type : bool_constant<is_simd_flag_type_v<_Tp>> {}; struct