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