Searched refs:NextV (Results 1 – 1 of 1) sorted by relevance
4052 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local4055 if (isa<BinaryOperator>(NextV) || isa<SelectInst>(NextV)) in matchAssociativeReduction()4056 Stack.push_back(std::make_pair(cast<Instruction>(NextV), 0)); in matchAssociativeReduction()4057 else if (NextV != Phi) in matchAssociativeReduction()