Home
last modified time | relevance | path

Searched refs:NextV (Results 1 – 1 of 1) 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()