Lines Matching refs:integer_zerop
1453 if ((integer_zerop (iv0.step) && integer_zerop (iv1.step)) in is_comparison_with_loop_invariant_p()
1454 || (!integer_zerop (iv0.step) && !integer_zerop (iv1.step))) in is_comparison_with_loop_invariant_p()
1457 if (integer_zerop (iv0.step)) in is_comparison_with_loop_invariant_p()
1788 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in predict_extra_loop_exits()
1815 if (!TREE_CONSTANT (val) || !(integer_zerop (val) || integer_onep (val))) in predict_extra_loop_exits()
2114 && integer_zerop (gimple_cond_rhs (stmt))) in predict_loops()
2513 if (integer_zerop (val)) in tree_predict_by_opcode()
2519 integer_zerop (val) ? NOT_TAKEN : TAKEN); in tree_predict_by_opcode()
2548 else if (integer_zerop (op0) || integer_zerop (op1)) in tree_predict_by_opcode()
2563 else if (integer_zerop (op0) in tree_predict_by_opcode()
2564 || integer_zerop (op1)) in tree_predict_by_opcode()
2580 if (integer_zerop (op1) in tree_predict_by_opcode()
2591 if (integer_zerop (op1) in tree_predict_by_opcode()
2617 return integer_zerop (gimple_call_arg (stmt, 0)); in is_exit_with_zero_arg()
2632 if (integer_zerop (val)) in return_prediction()
2652 && (!integer_zerop (val) && !integer_onep (val))) in return_prediction()