Home | History | Annotate | Download | only in include

Lines Matching refs:CONST_INT

403    case CONST_INT: \
408 case CONST_INT: \
414 case CONST_INT: \
420 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT)
1155 /* For a CONST_INT rtx, INTVAL extracts the integer. */
1156 #define INTVAL(RTX) XCWINT(RTX, 0, CONST_INT)