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