Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_components.c13 float4 vec4, vec4_2, *vec4p; in test() local
29vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
30vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
31vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate componen… in test()
54 vec4_2.rgba = vec4.xyzw; // legal, no intermingling in test()
56vec4_2.rgbr = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()
57vec4_2.rgbb = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()
58vec4_2.rgga = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate componen… in test()
H A Dext_vector_casts.c18 float4 vec4, vec4_2; in test() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dext-vector.c21 float4 vec4, vec4_2; variable
312 vec4_2 = vec4.abgr + vec4; in test_rgba()
321 vec4_2 = vec4_2.bbbb; in test_rgba()
329 f = vec4_2.rg.r; in test_rgba()
339 vec4_2 = vec16.sabcd; in test_rgba()