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

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 201 min = max = vrp_val_min (type);
354 min = vrp_val_min (TREE_TYPE (min));
426 t = vrp_val_min (typ);
710 set (vrp_val_min (ttype), max ());
734 set (vrp_val_min (ttype), n);
2042 || !vrp_val_min (type)
2046 if (tree_int_cst_lt (vrp_val_min (type), ar->min ()))
2047 vr0->set (vrp_val_min (type),
2088 tree type_min = vrp_val_min (TREE_TYPE (val));
2287 big = int_range<3> (vrp_val_min (integer_type_node), INT (20))
    [all...]
vr-values.cc 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));
907 n_vr1.set (vrp_val_min (expr_type), op1);
931 n_vr0.set (vrp_val_min (expr_type), op0);
1084 vr0min = vrp_val_min (TREE_TYPE (op0));
1091 vr1min = vrp_val_min (TREE_TYPE (op1));
1149 widest_int wtmin = wi::to_widest (vrp_val_min (type));
2865 || tree_int_cst_lt (vrp_val_min (vr_result->type ()),
2868 vrp_val_min (vr_result->type ()),
value-range.h 636 vrp_val_min (const_tree type) function
gimple-range-fold.cc 1322 min = vrp_val_min (type);
range-op.cc 2294 wide_int domain_min = wi::to_wide (vrp_val_min (range.type ()));
4410 tree min = vrp_val_min (integer_type_node);
tree-vrp.cc 802 vr0_min = vrp_val_min (expr_type);
808 vr1_min = vrp_val_min (expr_type);

Completed in 35 milliseconds