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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c4350 enum rtx_code associate_code;
4409 associate_code = (is_shift || code == MINUS ? PLUS : code);
4411 new_const = simplify_binary_operation (associate_code, mode,
4452 also possible for DIV and UDIV using associate_code of MULT.
4331 enum rtx_code associate_code; local

Completed in 144 milliseconds