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