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

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-reassoc.c495 tree negateop; local
502 negateop = get_unary_op (curr->op, NEGATE_EXPR);
503 if (negateop == NULL_TREE)
515 if (oe->op == negateop)
521 print_generic_expr (dump_file, negateop, 0);

Completed in 173 milliseconds