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

/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-reassoc.c393 get_unary_op (tree name, enum tree_code opcode) function
502 negateop = get_unary_op (curr->op, NEGATE_EXPR);
560 notop = get_unary_op (curr->op, BIT_NOT_EXPR);
1236 TREE_OPERAND (rhs, 1) = get_unary_op (negate, NEGATE_EXPR);

Completed in 84 milliseconds