Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7310 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon75ab86282e11::HorizontalReduction
7311 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
7601 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
7603 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
7772 for (ReductionOpsType &RdxOp : ReductionOps) { in tryToReduce()
7805 for (ReductionOpsType &RdxOp : ReductionOps) in tryToReduce()