Searched refs:NumVecElems (Results 1 – 1 of 1) sorted by relevance
867 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchPairwiseReduction() local868 if (!isPowerOf2_32(NumVecElems)) in matchPairwiseReduction()889 if (matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems)) == in matchPairwiseReduction()932 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchVectorSplittingReduction() local933 if (!isPowerOf2_32(NumVecElems)) in matchVectorSplittingReduction()949 SmallVector<int, 32> ShuffleMask(NumVecElems, 0); in matchVectorSplittingReduction()950 unsigned NumVecElemsRemain = NumVecElems; in matchVectorSplittingReduction()