Home | History | Annotate | Download | only in AArch64

Lines Matching full:numelements

7296   unsigned NumElements = VT.getVectorNumElements();
7298 SDValue HalfIdx = DAG.getConstant(NumElements, MVT::i64);
7922 unsigned NumElements = ResVT.getVectorNumElements();
7923 assert(!(NumElements & 1) && "Splitting vector, but not in half!");
7925 ResVT.getVectorElementType(), NumElements / 2);