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