Searched refs:two_doubles (Results 1 – 5 of 5) sorted by relevance
24 TwoDoubles two_doubles; variable63 two_ll ? two_doubles : two_doubles; in TwoVectorOps()
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()
27 TwoDoubles two_doubles; variable41 (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()
48 define double @two_doubles(double %a) {61 ; ALL-LABEL: two_doubles: