Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SrcElts

1555     unsigned SrcElts = SrcTy->getNumElements();
1556 for (unsigned i = 0, e = SrcElts; i != e; ++i)
1560 for (unsigned i = 0, e = DestTy->getNumElements()-SrcElts; i != e; ++i)
1561 ShuffleMask.push_back(SrcElts);