Searched refs:NextV (Results 1 – 3 of 3) 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()
6630 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local6631 if (NextV != Phi) { in matchAssociativeReduction()6632 auto *I = dyn_cast<Instruction>(NextV); in matchAssociativeReduction()6681 markExtraArg(Stack.back(), NextV); in matchAssociativeReduction()
6923 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local6924 if (NextV != Phi) { in matchAssociativeReduction()6925 auto *I = dyn_cast<Instruction>(NextV); in matchAssociativeReduction()6974 markExtraArg(Stack.back(), NextV); in matchAssociativeReduction()