Searched refs:four_ll (Results 1 – 4 of 4) sorted by relevance
21 FourLongLong four_ll; variable109 four_ll ? some_double : some_ll; in TwoScalarOps()185 four_ll ? four_doubles : 6.0; in OneScalarOp()191 four_ll ? four_ll : 6.0; in OneScalarOp()197 four_ll ? four_ll : 6; in OneScalarOp()203 four_ll ? four_ll : some_int; in OneScalarOp()213 four_ll ? four_ll : some_ll; in OneScalarOp()222 four_ll ? four_ll : some_double; in OneScalarOp()
21 FourLongLong four_ll; variable145 four_ll ? some_double : some_ll; in TwoScalarOps()220 four_ll ? four_doubles : 6.0; in OneScalarOp()231 four_ll ? four_ll : 6; in OneScalarOp()241 four_ll ? four_ll : some_int; in OneScalarOp()255 four_ll ? four_ll : some_ll; in OneScalarOp()
23 FourLongLong four_ll; variable51 …(void)(four_ints ? four_ll : four_ll); // expected-error {{vector condition type 'FourIn… in Operands()
24 FourLongLong four_ll; variable54 …(void)(four_ints ? four_ll : four_ll); // expected-error {{vector condition type 'FourIn… in Operands()