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