Searched refs:PossibleRedVals (Results 1 – 1 of 1) sorted by relevance
17079 SmallVector<Value *> PossibleRedVals; in matchAssociativeReduction() local 17081 CheckOperands(TreeN, Args, PossibleRedVals, PossibleReductionOps); in matchAssociativeReduction() 17093 for (Value *V : PossibleRedVals) { in matchAssociativeReduction() 17116 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction() local 17118 for (auto It = PossibleRedVals.begin(), E = PossibleRedVals.end(); in matchAssociativeReduction()