Searched refs:tree_int_cst_sign_bit (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-manip.c716 if (tree_int_cst_sign_bit (step))
723 gcc_assert (!tree_int_cst_sign_bit (step));
727 gcc_assert (tree_int_cst_sign_bit (step));
H A Dtree-ssa-loop-niter.c149 if (tree_int_cst_sign_bit (iv->step))
642 if (iv0->step && tree_int_cst_sign_bit (iv0->step))
645 if (!zero_p (iv1->step) && !tree_int_cst_sign_bit (iv1->step))
1668 || tree_int_cst_sign_bit (op1))
2047 if (tree_int_cst_sign_bit (step))
H A Dtree-chrec.c1398 if (tree_int_cst_sign_bit (step))
H A Dtree.h3662 extern int tree_int_cst_sign_bit (tree);
H A Dtree-ssa-loop-ivopts.c2544 tree_int_cst_sign_bit (tree t) function

Completed in 111 milliseconds