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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c4186 rtx inner_const;
4189 && (inner_const = equiv_constant (XEXP (y, 1))) != 0
4190 && GET_CODE (inner_const) == CONST_INT
4191 && INTVAL (inner_const) != 0)
4195 && (INTVAL (inner_const)
4349 rtx y, inner_const, new_const;
4375 inner_const = equiv_constant (fold_rtx (XEXP (y, 1), 0));
4376 if (!inner_const || GET_CODE (inner_const) != CONST_INT)
4384 if (code == PLUS && const_arg1 == inner_const
4167 rtx inner_const; local
4330 rtx y, inner_const, new_const; local
[all...]

Completed in 108 milliseconds