Searched refs:overflow_comparison_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vrp.h | 62 extern bool overflow_comparison_p (tree_code, tree, tree, bool, tree *);
|
H A D | tree-vrp.cc | 1406 overflow_comparison_p (tree_code code, tree name, tree val, in overflow_comparison_p() function 1437 if (overflow_comparison_p (comp_code, name, val, false, &x)) in register_edge_assert_for_2()
|
H A D | vr-values.cc | 2255 if (overflow_comparison_p (code, op0, op1, use_equiv_p, &x)) in vrp_evaluate_conditional_warnv_with_ops()
|
H A D | ChangeLog-2017 | 6804 (zero_nonzero_bits_from_vr, overflow_comparison_p): Likewise. 6822 (overflow_comparison_p): Likewise. 37727 (overflow_comparison_p): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.h | 131 extern bool overflow_comparison_p (tree_code, tree, tree, bool, tree *);
|
H A D | tree-vrp.c | 1805 overflow_comparison_p (tree_code code, tree name, tree val, in overflow_comparison_p() function 1836 if (overflow_comparison_p (comp_code, name, val, false, &x)) in register_edge_assert_for_2()
|
H A D | vr-values.c | 2358 if (overflow_comparison_p (code, op0, op1, use_equiv_p, &x)) in vrp_evaluate_conditional_warnv_with_ops()
|