Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp23115 auto CreateSingleOp = [&](Value *Vec, unsigned Scale, bool IsSigned) { in emitReduction() local
23125 CreateSingleOp(Vec, Scale, IsSigned); in emitReduction()
23263 CreateSingleOp(VecRes, /*Scale=*/1, /*IsSigned=*/false); in emitReduction()