Home
last modified time | relevance | path

Searched refs:singleton_p (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-query.cc93 if (r.singleton_p (&t)) in value_of_expr()
113 if (r.singleton_p (&t)) in value_on_edge()
133 if (range_of_stmt (r, stmt, name) && r.singleton_p (&t)) in value_of_stmt()
Dgimple-range-fold.cc841 && arg_range.singleton_p ()) in range_of_phi()
943 if (r.singleton_p ()) in range_of_builtin_ubsan_call()
989 if (src.get_operand (r, arg) && r.singleton_p ()) in range_of_builtin_call()
1288 if (cond_range.singleton_p ()) in range_of_cond_expr()
1351 if (!src.gori () || !src.query ()->oracle () || lhs_range.singleton_p ()) in relation_fold_and_or()
1515 && r.singleton_p ()) in register_outgoing_edges()
1522 && r.singleton_p ()) in register_outgoing_edges()
Drange-op.cc1643 if (op2.singleton_p (&offset) && !integer_zerop (offset)) in op1_range()
1894 if (op2.singleton_p (&offset) in op1_range()
1978 if (shift_range.singleton_p ()) in fold_range()
2096 if (op2.singleton_p (&shift_amount)) in op1_range()
2161 if (op2.singleton_p (&shift)) in op1_range()
2386 || (lhs.singleton_p () in op1_range()
2584 if (op.singleton_p (&mask)) in unsigned_singleton_p()
2862 if (!op2.singleton_p ()) in simple_op1_range_solver()
Dgimple-range-cache.cc950 current_p = r.singleton_p () in get_global_range()
986 if (r.singleton_p () in set_global_range()
Dvalue-range.h70 bool singleton_p (tree *result = NULL) const; in class()
Dvr-values.cc482 if (get_value_range (op)->singleton_p (&t)) in op_with_constant_singleton_value_range()
1665 query->get_value_range (init, stmt)->singleton_p (&init); in bounds_of_var_in_loop()
1668 query->get_value_range (step, stmt)->singleton_p (&step); in bounds_of_var_in_loop()
1910 if (vr->singleton_p (&singleton)) in vrp_valueize_1()
3492 if (query->range_of_stmt (r, cond) && r.singleton_p ()) in fold_cond()
Dtree-ssa-dom.cc714 if (new_vr.singleton_p (&singleton)) in simplify()
1838 if (query->range_of_expr (r, op, stmt) && r.singleton_p (&single)) in cprop_operand()
Dvalue-range.cc533 irange::singleton_p (tree *result) const in singleton_p() function in irange
562 return vr0.singleton_p (result); in singleton_p()
Dtree-ssa-threadedge.cc1420 if (m_query->range_of_stmt (r, stmt) && r.singleton_p (&ret)) in simplify()
Dgimple-range-gori.cc783 return (r.singleton_p () || !r.contains_p (build_zero_cst (type))); in range_is_either_true_or_false()
Dgimple-ssa-warn-access.cc2796 || !rng.singleton_p (&ord)) in memmodel_to_uhwi()
Dipa-cp.cc1653 if (vr.singleton_p ()) in ipa_value_range_from_jfunc()
DChangeLog-20194972 singleton_p, type, dump, dump_value_range, debug, vrp_val_max,
7126 (value_range_base::singleton_p): Remove last argument to
11237 * tree-vrp.c (value_range_base::singleton_p): Use
11500 (value_range_base::singleton_p): Do not call
17569 (value_range_base::singleton_p): Handle VR_ANTI_RANGEs.
25738 value_range::singleton_p.
25742 value_range::singleton_p.
DChangeLog-20184736 value_range_base::singleton_p): Move from value_range.
4745 (value_range::singleton_p): Likewise.
5051 (value_range::singleton_p): Same.
8072 (value_range::singleton_p): New.
DChangeLog-202016433 (irange::singleton_p): Same.