Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10503 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon9e073aa49111::HorizontalReduction
10504 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
10777 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
10779 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
11035 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
11398 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()