Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-vectors.cpp21 using FourI128ExtVec __attribute__((ext_vector_type(4))) = __int128; typedef
667 constexpr auto a = FourI128ExtVec{1, 2, 3, 4}; in I128VecUsage()
673 constexpr auto c = ~FourI128ExtVec{1, 2, 10, 20}; in I128VecUsage()
676 constexpr auto d = !FourI128ExtVec{0, 1, 8, -1}; in I128VecUsage()