Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:NumElem

469       unsigned numElem;
471 numElem = VTy->getNumElements();
473 numElem = 1;
477 numElem += VTy->getNumElements();
479 numElem += 1;
482 return VectorType::get(STy, numElem);
2353 unsigned NumElem = VArgType->getVectorNumElements();
2354 std::vector<Constant*> Mask(NumElem);
2365 // from which we'll extract NumElem total elements (where the first NumElemI
2447 unsigned numElem = VArgType->getNumElements();
2513 SmallVector<std::pair<int, int>, 8> II(numElem);
2559 if (I1Elem == numElem) {
2561 for (unsigned i = 0; i < numElem; ++i) {
2573 std::vector<Constant *> Mask(numElem);
2574 for (unsigned i = 0; i < numElem; ++i) {
2635 std::vector<Constant *> Mask(numElem);
2636 for (unsigned v = 0; v < numElem; ++v) {
2732 unsigned numElem = VArgType->getVectorNumElements();
2733 std::vector<Constant*> Mask(numElem);
2734 for (unsigned v = 0; v < numElem; ++v) {
2824 unsigned numElem = VType->getNumElements();
2856 Value *CV1 = ConstantInt::get(Type::getInt32Ty(Context), numElem-1);