Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11848 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anon4a9331c1bf11::HorizontalReduction
11849 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>;
12122 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
12124 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
12418 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
12456 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()
12884 for (ReductionOpsType &RdxOps : ReductionOps) in tryToReduce()