Searched refs:orig_max (Results 1 – 2 of 2) sorted by relevance
1990 tree orig_max, new_max; in set_sizetype() local1992 orig_max = TYPE_MAX_VALUE (sizetype); in set_sizetype()1996 TREE_INT_CST_LOW (orig_max), in set_sizetype()1997 TREE_INT_CST_HIGH (orig_max)); in set_sizetype()
2084 tree new_min, new_max, orig_min, orig_max; in extract_range_from_unary_expr() local2092 orig_max = vr0.max; in extract_range_from_unary_expr()2097 orig_max = TYPE_MAX_VALUE (inner_type); in extract_range_from_unary_expr()2101 new_max = fold_convert (outer_type, orig_max); in extract_range_from_unary_expr()2109 && tree_int_cst_equal (new_max, orig_max) in extract_range_from_unary_expr()