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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-vect-patterns.c68 widened_name_p (tree name, tree use_stmt, tree *half_type, tree *def_stmt) argument
101 *half_type = TREE_TYPE (oprnd0);
102 if (!INTEGRAL_TYPE_P (type) || !INTEGRAL_TYPE_P (*half_type)
103 || (TYPE_UNSIGNED (type) != TYPE_UNSIGNED (*half_type))
104 || (TYPE_PRECISION (type) < (TYPE_PRECISION (*half_type) * 2)))
163 tree type, half_type; local
211 half_type = TREE_TYPE (oprnd0);
226 if (widened_name_p (oprnd0, stmt, &half_type, &def_stmt))
233 half_type = type;
241 prod_type = half_type;
384 tree type, half_type; local
[all...]

Completed in 93 milliseconds