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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c7700 /* const_addend is NULL or a const_int. */
7701 rtx const_addend = NULL_RTX;
7750 const_addend = XEXP (x, 1);
7766 if (const_addend)
7767 result = gen_rtx_PLUS (Pmode, result, const_addend);
7681 rtx const_addend = NULL_RTX; local

Completed in 196 milliseconds