Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6992 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon7a00047f2a11::HorizontalReduction
6993 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
7253 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
7255 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
7422 for (ReductionOpsType &RdxOp : ReductionOps) { in tryToReduce()
7455 for (ReductionOpsType &RdxOp : ReductionOps) in tryToReduce()