Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dvecshift.c13 typedef __attribute__((__ext_vector_type__(4))) int vector_int4; typedef
26 typedef __attribute__((vector_size(16))) int vector_int4; typedef
46 vector_int4 vi4;
/llvm-project/clang/test/Sema/
H A Dvecshift.c15 typedef __attribute__((__ext_vector_type__(4))) int vector_int4; typedef
28 typedef __attribute__((vector_size(16))) int vector_int4; typedef
48 vector_int4 vi4;
/llvm-project/clang/test/SemaCXX/
H A Dvector.cpp390 typedef __attribute__((__ext_vector_type__(4))) int vector_int4; typedef
394 vector_int4 foo123(vector_float4 &A, vector_float4 &B) { in foo123()
401 vector_int4 foo123(vector_float4 &A, vector_float4 &B) { in foo123()