Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NumElts

285   unsigned NumElts = V->getType()->getVectorNumElements();
288 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
293 for (unsigned i = 0; i != NumElts; ++i)
299 for (unsigned i = 0; i != NumElts; ++i)
301 i+NumElts));
336 Mask[InsertedIdx % NumElts] =
341 Mask[InsertedIdx % NumElts] =
370 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
373 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
379 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
405 for (unsigned i = 0; i < NumElts; ++i)
411 Mask[InsertedIdx % NumElts] =
422 for (unsigned i = 0; i != NumElts; ++i)
440 for (unsigned i = 0; i != NumElts; ++i)