Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.cc195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()