Searched refs:outer_max (Results 1 – 2 of 2) sorted by relevance
195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local206 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()