Searched refs:vrp_operand_equal_p (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-predicate.c | 56 || !vrp_operand_equal_p (op1.val[0], op2.val[0]) in expr_eval_ops_equal_p() 57 || !vrp_operand_equal_p (op1.val[1], op2.val[1]) in expr_eval_ops_equal_p() 143 && vrp_operand_equal_p (cc1->val, cc2->val) in add_clause() 668 && vrp_operand_equal_p (c->val, val) in add_condition()
|
H A D | value-range.cc | 392 && vrp_operand_equal_p (m_min, other.m_min) in equal_p() 393 && vrp_operand_equal_p (m_max, other.m_max)); in equal_p() 453 && vrp_operand_equal_p (min (), max ()) in singleton_p() 610 bool mineq = vrp_operand_equal_p (*vr0min, vr1min); in intersect_ranges() 611 bool maxeq = vrp_operand_equal_p (*vr0max, vr1max); in intersect_ranges() 918 && vrp_operand_equal_p (vr1min, vr1max)) in intersect_ranges() 1551 vrp_operand_equal_p (const_tree val1, const_tree val2) in vrp_operand_equal_p() function
|
H A D | value-range.h | 127 extern bool vrp_operand_equal_p (const_tree, const_tree);
|
H A D | vr-values.c | 1997 && vrp_operand_equal_p (vr->min (), vr->max ())) in vrp_valueize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-predicate.cc | 56 || !vrp_operand_equal_p (op1.val[0], op2.val[0]) in expr_eval_ops_equal_p() 57 || !vrp_operand_equal_p (op1.val[1], op2.val[1]) in expr_eval_ops_equal_p() 143 && vrp_operand_equal_p (cc1->val, cc2->val) in add_clause() 667 && vrp_operand_equal_p (c->val, val) in add_condition()
|
H A D | value-range.cc | 470 return (vrp_operand_equal_p (tree_lower_bound (0), in legacy_equal_p() 472 && vrp_operand_equal_p (tree_upper_bound (0), in legacy_equal_p() 567 && vrp_operand_equal_p (min (), max ()) in singleton_p() 751 bool mineq = vrp_operand_equal_p (*vr0min, vr1min); in intersect_ranges() 752 bool maxeq = vrp_operand_equal_p (*vr0max, vr1max); in intersect_ranges() 1059 && vrp_operand_equal_p (vr1min, vr1max)) in intersect_ranges() 2105 vrp_operand_equal_p (const_tree val1, const_tree val2) in vrp_operand_equal_p() function
|
H A D | value-range.h | 201 extern bool vrp_operand_equal_p (const_tree, const_tree);
|
H A D | gimple-range-fold.cc | 359 && vrp_operand_equal_p (op1, gimple_call_arg (call, 0)) in adjust_pointer_diff_expr()
|
H A D | vr-values.cc | 1887 && vrp_operand_equal_p (vr->min (), vr->max ())) in vrp_valueize()
|
H A D | ChangeLog-2017 | 6841 (vrp_operand_equal_p, range_includes_zero_p): Likewise. 6846 (vrp_operand_equal_p, range_includes_zero_p): Likewise. 32292 (vrp_operand_equal_p): Adjust.
|
H A D | ChangeLog | 14129 * value-range.cc (vrp_operand_equal_p): Likewise.
|
H A D | ChangeLog-2007 | 9693 nonnull_arg_p, get_value_range, vrp_operand_equal_p, 27052 (vrp_operand_equal_p, operand_less_p): Likewise.
|
H A D | ChangeLog-2006 | 10751 * tree-vrp.c (vrp_operand_equal_p): New function.
|
H A D | ChangeLog-2016 | 15353 (value_range_constant_singleton): Use vrp_operand_equal_p
|
H A D | ChangeLog-2019 | 4974 set_zero, vrp_operand_equal_p, range_has_numeric_bounds_p,
|
H A D | ChangeLog-2014 | 37988 (vrp_operand_equal_p): Properly treat operands with
|