Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3753 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction() local
3756 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()