Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c3133 enum tree_code arith_code; in gimplify_self_mod_expr() local
3156 arith_code = PLUS_EXPR; in gimplify_self_mod_expr()
3158 arith_code = MINUS_EXPR; in gimplify_self_mod_expr()
3185 if (arith_code == MINUS_EXPR) in gimplify_self_mod_expr()
3191 fold_build2 (arith_code, arith_type, in gimplify_self_mod_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc3357 enum tree_code arith_code; in gimplify_self_mod_expr() local
3380 arith_code = PLUS_EXPR; in gimplify_self_mod_expr()
3382 arith_code = MINUS_EXPR; in gimplify_self_mod_expr()
3409 if (arith_code == MINUS_EXPR) in gimplify_self_mod_expr()
3415 fold_build2 (arith_code, arith_type, in gimplify_self_mod_expr()