Home | History | Annotate | Download | only in AArch64

Lines Matching refs:NumElements

6636   unsigned NumElements = VT.getVectorNumElements();
6638 SDValue HalfIdx = DAG.getConstant(NumElements, MVT::i64);
7209 unsigned NumElements = ResVT.getVectorNumElements();
7210 assert(!(NumElements & 1) && "Splitting vector, but not in half!");
7212 ResVT.getVectorElementType(), NumElements / 2);