Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1297 Value *NextRdxOp; in matchVectorSplittingReduction() local
1299 std::tie(NextRdxOp, Shuffle) = in matchVectorSplittingReduction()
1305 if (Shuffle->getOperand(0) != NextRdxOp) in matchVectorSplittingReduction()
1318 RdxOp = dyn_cast<Instruction>(NextRdxOp); in matchVectorSplittingReduction()