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