Lines Matching refs:negateop
795 tree negateop; in eliminate_plus_minus_pair() local
803 negateop = get_unary_op (curr->op, NEGATE_EXPR); in eliminate_plus_minus_pair()
805 if (negateop == NULL_TREE && notop == NULL_TREE) in eliminate_plus_minus_pair()
817 if (negateop in eliminate_plus_minus_pair()
818 && ops_equal_values_p (oe->op, negateop)) in eliminate_plus_minus_pair()
823 print_generic_expr (dump_file, negateop); in eliminate_plus_minus_pair()
861 if (negateop != NULL_TREE in eliminate_plus_minus_pair()
5614 tree negateop = gimple_assign_rhs1 (SSA_NAME_DEF_STMT (negate)); in repropagate_negates() local
5615 if (TREE_CODE (negateop) == SSA_NAME in repropagate_negates()
5616 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (negateop)) in repropagate_negates()
5643 negateop); in repropagate_negates()
5665 gimple *g = gimple_build_assign (x, PLUS_EXPR, negateop, b); in repropagate_negates()
5680 gimple_assign_set_rhs_with_ops (&gsi, PLUS_EXPR, rhs1, negateop); in repropagate_negates()