Lines Matching defs:NumSubElts
1602 int NumSubElts = SubLT.second.getVectorNumElements();
1603 if ((Index % NumSubElts) == 0 && (NumElts % NumSubElts) == 0)
1612 if (NumSubElts > OrigSubElts && (Index % OrigSubElts) == 0 &&
1613 (NumSubElts % OrigSubElts) == 0 &&
1618 assert(NumElts >= NumSubElts && NumElts > OrigSubElts &&
1624 int ExtractIndex = alignDown((Index % NumElts), NumSubElts);
1652 int NumSubElts = SubLT.second.getVectorNumElements();
1654 NumElts == NumSubElts &&
1655 (SubTp->getElementCount().getKnownMinValue() % NumSubElts) == 0;
1656 if ((Index % NumSubElts) == 0 && (NumElts % NumSubElts) == 0)