Searched refs:bytes_rtx (Results 1 – 1 of 1) sorted by relevance
9342 rtx bytes_rtx = operands[1]; in expand_block_clear() local9344 bool constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_clear()9360 bytes = INTVAL (bytes_rtx); in expand_block_clear()9438 rtx bytes_rtx = operands[2]; in expand_block_move() local9440 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_move()9457 bytes = INTVAL (bytes_rtx); in expand_block_move()