Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5096 using ReductionOpsListType = SmallVector<ReductionOpsType, 2>; typedef in __anonfe9ee8d91a11::HorizontalReduction
5097 ReductionOpsListType ReductionOps;
5274 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps()
5292 void addReductionOps(Instruction *I, ReductionOpsListType &ReductionOps) { in addReductionOps()
5382 const ReductionOpsListType &ReductionOps) const { in createOp()