Searched refs:two_doubles (Results 1 – 4 of 4) sorted by relevance
24 TwoDoubles two_doubles; variable52 two_ll ? two_doubles : two_doubles; in TwoVectorOps()
26 TwoDoubles two_doubles; variable38 (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()
40 define double @two_doubles(double %a) {53 ; ALL-LABEL: two_doubles:
48 define double @two_doubles(double %a) {61 ; ALL-LABEL: two_doubles: