Home
last modified time | relevance | path

Searched refs:arith_code (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgimplify.c1901 enum tree_code arith_code; in gimplify_self_mod_expr() local
1923 arith_code = PLUS_EXPR; in gimplify_self_mod_expr()
1925 arith_code = MINUS_EXPR; in gimplify_self_mod_expr()
1946 t1 = build2 (arith_code, TREE_TYPE (*expr_p), lhs, rhs); in gimplify_self_mod_expr()