Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-vector-type-conditional.cpp24 TwoDoubles two_doubles; variable
63 two_ll ? two_doubles : two_doubles; in TwoVectorOps()
H A Dvector-size-conditional.cpp24 TwoDoubles two_doubles; variable
52 two_ll ? two_doubles : two_doubles; in TwoVectorOps()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp26 TwoDoubles two_doubles; variable
38 (void)(two_doubles ? 1 : 1); // expected-error {{is not contextually convertible to 'bool'}}} in Condition()
52 …(void)(four_ints ? two_doubles : two_doubles); // expected-error {{vector condition type 'FourIn… in Operands()
H A Dvector-size-conditional.cpp27 TwoDoubles two_doubles; variable
41 (void)(two_doubles ? 1 : 1); // expected-error {{is not contextually convertible to 'bool'}}} in Condition()
55 …(void)(four_ints ? two_doubles : two_doubles); // expected-error {{vector condition type 'FourIn… in Operands()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dno-odd-spreg.ll48 define double @two_doubles(double %a) {
61 ; ALL-LABEL: two_doubles: