Searched refs:VecHelper (Results 1 – 2 of 2) sorted by relevance
1824 struct VecHelper { typedef T __attribute__((vector_size(N*sizeof(T)))) V; }; struct1826 template <int N, typename T> using Vec = typename VecHelper<N,T>::V;
2329 struct VecHelper { typedef T __attribute__((vector_size(N*sizeof(T)))) V; }; argument2331 template <int N, typename T> using Vec = typename VecHelper<N,T>::V;