Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8057 SmallSet<User *, 4> PartialReductionOps; in collectScaledReductions() local
8059 PartialReductionOps.insert(PartialRdx.ExtendUser); in collectScaledReductions()
8062 [&PartialReductionOps](Instruction *Extend) { in collectScaledReductions()
8064 return PartialReductionOps.contains(U); in collectScaledReductions()