Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgimplify.c1899 enum tree_code arith_code; in gimplify_self_mod_expr() local
1921 arith_code = PLUS_EXPR; in gimplify_self_mod_expr()
1923 arith_code = MINUS_EXPR; in gimplify_self_mod_expr()
1944 t1 = build2 (arith_code, TREE_TYPE (*expr_p), lhs, rhs); in gimplify_self_mod_expr()