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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2996 tree wider_type = NULL; local
3004 wider_type = TREE_TYPE (suba);
3005 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype))
3015 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb)))
3023 return wider_type;
4138 tree wider_type, period, per_type; local
4173 wider_type = TREE_TYPE (period);
4175 wider_type = per_type;
4177 wider_type = nit_type;
4180 fold_convert (wider_type, perio
[all...]

Completed in 55 milliseconds