Searched refs:EltsPerVector (Results 1 – 1 of 1) sorted by relevance
3553 unsigned EltsPerVector = VecTy->getNumElements() / NumOfParts; in computeExtractCost() local3564 if (Idx % EltsPerVector == 0) { in computeExtractCost()3574 CurrentIdx % EltsPerVector == Idx % EltsPerVector; in computeExtractCost()3580 if ((Idx + 1) % EltsPerVector != 0 && Idx + 1 != VL.size()) in computeExtractCost()3588 FixedVectorType::get(VecTy->getElementType(), EltsPerVector)); in computeExtractCost()