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