Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp11848 using ReductionOpsType = SmallVector<Value *, 16>; typedef in __anona63229f0bf11::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()