Home
last modified time | relevance | path

Searched refs:may_negate_without_overflow_p (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-loop-manip.c91 && may_negate_without_overflow_p (step)) in create_iv()
Dtree.h3646 extern bool may_negate_without_overflow_p (tree);
Dfold-const.c1027 may_negate_without_overflow_p (tree t) in may_negate_without_overflow_p() function
1075 return may_negate_without_overflow_p (t); in negate_expr_p()
DChangeLog-200414476 may_negate_without_overflow_p, int_const_binop, const_binop,
17142 * tree.h (may_negate_without_overflow_p): Declare.
17143 * fold-const.c (may_negate_without_overflow_p): Split out from ...