Home | History | Annotate | Download | only in gcc

Lines Matching refs:vrp_val_max

199 	min = max = vrp_val_max (type);
347 max = vrp_val_max (TREE_TYPE (max));
451 t = vrp_val_max (typ);
714 set (min (), vrp_val_max (ttype));
724 set (n, vrp_val_max (ttype));
2043 || !vrp_val_max (type))
2049 if (tree_int_cst_lt (ar->max (), vrp_val_max (type)))
2051 vrp_val_max (type));
2077 tree type_max = vrp_val_max (TREE_TYPE (val));
2289 big.union_ (int_range<1> (INT (80), vrp_val_max (integer_type_node)));
2362 tree one_bit_max = vrp_val_max (one_bit_type);