Home | History | Annotate | Download | only in X86

Lines Matching refs:NumElements

7925   int NumElements = VT.getVectorNumElements();
7946 if (M >= NumElements) {
7949 if (M >= NumElements)
7976 else if (M < NumElements)
7991 for (int M : SVOp->getMask().slice(0, NumElements / 2))
7992 if (M >= NumElements)