Searched defs:IsPairwise (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2547 /// \param IsPairwise Whether the reduction is a pairwise or splitting
2553 bool IsPairwise, bool IsLeft,
2555 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask");
2560 if (IsPairwise)
2552 createRdxShuffleMask(unsigned VecLen, unsigned NumEltsToRdx, bool IsPairwise, bool IsLeft, IRBuilder<> &Builder) argument

Completed in 130 milliseconds