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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-vrp.c758 tree type_max = TYPE_MIN_VALUE (type); local
759 int cmp = compare_values (limit, type_max);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-vrp.c156 tree type_max = vrp_val_max (TREE_TYPE (val)); local
157 return (val == type_max
158 || (type_max != NULL_TREE
159 && operand_equal_p (val, type_max, 0)));
423 wrapping range with MAX < MIN covering [MIN, type_max] U [type_min, MAX]

Completed in 73 milliseconds