Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumElts

626       unsigned NumElts = Vec.getValueType().getVectorNumElements();
631 for (unsigned i = 0; i != NumElts; ++i)
632 ShufOps.push_back(i != InsertPos->getZExtValue() ? i : NumElts);