Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumElements

6568     unsigned NumElements = VT.getVectorNumElements();
6569 assert(!(NumElements & 1) && "Splitting vector, but not in half!");
6571 NumElements/2);