Searched refs:InVecSrc (Results 1 – 1 of 1) sorted by relevance
55903 SDValue InVecSrc = InVec.getOperand(0); in combineEXTRACT_SUBVECTOR() local55904 unsigned Scale = InVecSrc.getValueSizeInBits() / InSizeInBits; in combineEXTRACT_SUBVECTOR()55905 SDValue Ext = extractSubVector(InVecSrc, 0, DAG, DL, Scale * SizeInBits); in combineEXTRACT_SUBVECTOR()