Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc3599 enum rtx_code associate_code; in fold_rtx() local
3665 associate_code = (is_shift || code == MINUS ? PLUS : code); in fold_rtx()
3667 new_const = simplify_binary_operation (associate_code, mode, in fold_rtx()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c3640 enum rtx_code associate_code; in fold_rtx() local
3706 associate_code = (is_shift || code == MINUS ? PLUS : code); in fold_rtx()
3708 new_const = simplify_binary_operation (associate_code, mode, in fold_rtx()