Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NumExtElts

380   unsigned NumExtElts = ExtVecType->getVectorNumElements();
384 NumExtElts >= NumInsElts)
393 for (unsigned i = 0; i < NumExtElts; ++i)
395 for (unsigned i = NumExtElts; i < NumInsElts; ++i)