Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-vect-patterns.c101 *half_type = TREE_TYPE (oprnd0); in widened_name_p()
102 if (!INTEGRAL_TYPE_P (type) || !INTEGRAL_TYPE_P (*half_type) in widened_name_p()
103 || (TYPE_UNSIGNED (type) != TYPE_UNSIGNED (*half_type)) in widened_name_p()
163 tree type, half_type; in vect_recog_dot_prod_pattern() local
211 half_type = TREE_TYPE (oprnd0); in vect_recog_dot_prod_pattern()
233 half_type = type; in vect_recog_dot_prod_pattern()
241 prod_type = half_type; in vect_recog_dot_prod_pattern()
290 half_type = TREE_TYPE (oprnd00); in vect_recog_dot_prod_pattern()
291 *type_in = half_type; in vect_recog_dot_prod_pattern()
384 tree type, half_type; in vect_recog_widen_sum_pattern() local
[all …]