Home
last modified time | relevance | path

Searched refs:NextV (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4052 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
4055 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5666 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
5667 if (NextV != Phi) { in matchAssociativeReduction()
5668 auto *I = dyn_cast<Instruction>(NextV); in matchAssociativeReduction()
5717 markExtraArg(Stack.back(), NextV); in matchAssociativeReduction()