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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c119 event, expressions containing constants can be simplified, by fold_rtx.
612 static rtx fold_rtx (rtx, rtx);
2910 rtx folded = canon_for_address (fold_rtx (addr, NULL_RTX));
3111 fold_rtx will return the COMPARE or item being compared with zero
3266 /* Return our results. Return the modes from before fold_rtx
3267 because fold_rtx might produce const_int, and then it's too late. */
3269 *parg1 = fold_rtx (arg1, 0), *parg2 = fold_rtx (arg2, 0);
3326 folded_arg0 = fold_rtx (SUBREG_REG (x), insn);
3384 op0 = fold_rtx (op
3680 fold_rtx (rtx x, rtx insn) function
[all...]

Completed in 43 milliseconds