Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SrcElts

1598     unsigned SrcElts = SrcTy->getNumElements();
1599 for (unsigned i = 0, e = SrcElts; i != e; ++i)
1603 for (unsigned i = 0, e = DestTy->getNumElements()-SrcElts; i != e; ++i)
1604 ShuffleMask.push_back(SrcElts);