Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumElements

968     unsigned NumElements = InVT.getVectorNumElements();
969 assert(!(NumElements & 1) && "Splitting vector, but not in half!");
971 InVT.getVectorElementType(), NumElements/2);