Searched refs:cmp_rhs (Results 1 – 2 of 2) sorted by relevance
1303 tree cmp_rhs, cmp_lhs; in afdo_propagate_circuit() local1310 cmp_rhs = gimple_cond_rhs (cmp_stmt); in afdo_propagate_circuit()1312 if (!TREE_CONSTANT (cmp_rhs) in afdo_propagate_circuit()1313 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in afdo_propagate_circuit()1333 bool check_value_one = (((integer_onep (cmp_rhs)) in afdo_propagate_circuit()
1774 tree cmp_rhs, cmp_lhs; in predict_extra_loop_exits() local1785 cmp_rhs = gimple_cond_rhs (cmp_stmt); in predict_extra_loop_exits()1787 if (!TREE_CONSTANT (cmp_rhs) in predict_extra_loop_exits()1788 || !(integer_zerop (cmp_rhs) || integer_onep (cmp_rhs))) in predict_extra_loop_exits()1796 check_value_one = (((integer_onep (cmp_rhs)) in predict_extra_loop_exits()