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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c229 tree type_max = TYPE_MAX_VALUE (TREE_TYPE (val)); local
231 return (val == type_max
232 || (type_max != NULL_TREE
233 && operand_equal_p (val, type_max, 0)));

Completed in 103 milliseconds