Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dcse.c4167 rtx inner_const; in fold_rtx() local
4170 && (inner_const = equiv_constant (XEXP (y, 1))) != 0 in fold_rtx()
4171 && GET_CODE (inner_const) == CONST_INT in fold_rtx()
4172 && INTVAL (inner_const) != 0) in fold_rtx()
4176 && (INTVAL (inner_const) in fold_rtx()
4330 rtx y, inner_const, new_const; in fold_rtx() local
4356 inner_const = equiv_constant (fold_rtx (XEXP (y, 1), 0)); in fold_rtx()
4357 if (!inner_const || GET_CODE (inner_const) != CONST_INT) in fold_rtx()
4365 if (code == PLUS && const_arg1 == inner_const in fold_rtx()
4377 && (INTVAL (inner_const) >= GET_MODE_BITSIZE (mode) in fold_rtx()
[all …]
DChangeLog-20063016 inner_const are negative or greater than or equal to the bitsize of