Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NumElts

222   unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
225 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
230 for (unsigned i = 0; i != NumElts; ++i)
236 for (unsigned i = 0; i != NumElts; ++i)
238 i+NumElts));
273 Mask[InsertedIdx % NumElts] =
278 Mask[InsertedIdx % NumElts] =
280 ExtractedIdx+NumElts);
301 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
304 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
309 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
331 Mask[InsertedIdx % NumElts] =
333 NumElts+ExtractedIdx);
340 for (unsigned i = 0; i != NumElts; ++i) {
343 NumElts+i);
358 for (unsigned i = 0; i != NumElts; ++i)