Searched refs:NumPartsLeft (Results 1 – 1 of 1) sorted by relevance
5762 unsigned NumPartsLeft = NumParts; in fewerElementsVectorReductions() local5763 while (NumPartsLeft > 1) { in fewerElementsVectorReductions()5764 for (unsigned Idx = 0; Idx < NumPartsLeft - 1; Idx += 2) { in fewerElementsVectorReductions()5773 NumPartsLeft = SplitSrcs.size(); in fewerElementsVectorReductions()