Searched refs:DestSrcRatio (Results 1 – 1 of 1) sorted by relevance
24833 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local24834 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()24836 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()24838 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()24839 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()