Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c207 int t_simd(int *v1, int *v2, int *v3, int n);
209 #pragma omp declare variant(t_simd) match(construct = {simd})
220 int t_simd(int *v1, int *v2, int *v3, int idx) { in t_simd() function