Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-vect-patterns.c267 tree half_type0, half_type1; in vect_recog_dot_prod_pattern() local
278 if (!widened_name_p (oprnd0, stmt, &half_type0, &def_stmt)) in vect_recog_dot_prod_pattern()
284 if (TYPE_MAIN_VARIANT (half_type0) != TYPE_MAIN_VARIANT (half_type1)) in vect_recog_dot_prod_pattern()
286 if (TYPE_PRECISION (prod_type) != TYPE_PRECISION (half_type0) * 2) in vect_recog_dot_prod_pattern()