HomeSort by: relevance | last modified time | path
    Searched refs:vrp_val_max (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 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)))
    [all...]
gimple-range-fold.cc 362 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);
vr-values.cc 61 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_result->type ())))
    [all...]
value-range.h 621 vrp_val_max (const_tree type) function
range-op.cc 2295 wide_int domain_max = wi::to_wide (vrp_val_max (range.type ()));
4411 tree max = vrp_val_max (integer_type_node);
tree-vrp.cc 803 vr0_max = vrp_val_max (expr_type);
809 vr1_max = vrp_val_max (expr_type);

Completed in 154 milliseconds