Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:numelements

6742     unsigned NumElements = VT.getVectorNumElements();
6743 assert(!(NumElements & 1) && "Splitting vector, but not in half!");
6745 NumElements/2);