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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc64 m_max = vrp_val_max (type);
106 gcc_assert (vrp_val_max (typ));
177 min = max = vrp_val_max (TREE_TYPE (min));
186 max = vrp_val_max (TREE_TYPE (max));
365 t = vrp_val_max (typ);
573 set (min (), vrp_val_max (ttype));
583 set (n, vrp_val_max (ttype));
1470 || !vrp_val_max (type))
1476 if (tree_int_cst_lt (ar->max (), vrp_val_max (type)))
1478 vrp_val_max (typ
1499 vrp_val_max (const_tree type) function
[all...]
H A Dvalue-range.h126 extern tree vrp_val_max (const_tree);
H A Dvr-values.c60 vr->update (zero, vrp_val_max (type));
800 vr0 = value_range (vrp_val_min (expr_type), vrp_val_max (expr_type));
802 vr1 = value_range (vrp_val_min (expr_type), vrp_val_max (expr_type));
831 tree max = vrp_val_max (ptrdiff_type_node);
860 n_vr1.set (op1, vrp_val_max (expr_type));
884 n_vr0.set (op0, vrp_val_max (expr_type));
1031 vr0max = vrp_val_max (TREE_TYPE (op0));
1038 vr1max = vrp_val_max (TREE_TYPE (op1));
1096 widest_int wtmax = wi::to_widest (vrp_val_max (type));
1302 ? build_int_cst (type, size - is_pos) : vrp_val_max (typ
[all...]
H A Dtree-vrp.c984 vr0_max = vrp_val_max (expr_type);
990 vr1_max = vrp_val_max (expr_type);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc199 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));
2051 || !vrp_val_max (type))
2057 if (tree_int_cst_lt (ar->max (), vrp_val_max (type)))
2059 vrp_val_max (type));
2085 tree type_max = vrp_val_max (TREE_TYPE (val));
2297 big.union_ (int_range<1> (INT (80), vrp_val_max (integer_type_nod
[all...]
H A Dgimple-range-fold.cc362 tree max = vrp_val_max (ptrdiff_type_node);
1222 ? build_int_cst (type, size - is_pos) : vrp_val_max (type));
1233 tree max = vrp_val_max (ptrdiff_type_node);
1329 max = vrp_val_max (type);
H A Dvr-values.cc61 vr->update (zero, vrp_val_max (type));
851 vr0 = value_range (vrp_val_min (expr_type), vrp_val_max (expr_type));
853 vr1 = value_range (vrp_val_min (expr_type), vrp_val_max (expr_type));
882 tree max = vrp_val_max (ptrdiff_type_node);
911 n_vr1.set (op1, vrp_val_max (expr_type));
935 n_vr0.set (op0, vrp_val_max (expr_type));
1085 vr0max = vrp_val_max (TREE_TYPE (op0));
1092 vr1max = vrp_val_max (TREE_TYPE (op1));
1150 widest_int wtmax = wi::to_widest (vrp_val_max (type));
2877 vrp_val_max (vr_resul
[all...]
H A Dvalue-range.h611 vrp_val_max (const_tree type) function
H A Drange-op.cc2295 wide_int domain_max = wi::to_wide (vrp_val_max (range.type ()));
4401 tree max = vrp_val_max (integer_type_node);
H A Dtree-vrp.cc803 vr0_max = vrp_val_max (expr_type);
809 vr1_max = vrp_val_max (expr_type);

Completed in 329 milliseconds