Searched refs:IsPairwise (Results 1 – 3 of 3) sorted by relevance
770 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost() argument779 NumReduxLevels * (IsPairwise + 1) * in getReductionCost()
1060 bool IsPairwise) { in getReductionCost() argument1110 if (IsPairwise) { in getReductionCost()1128 return BaseT::getReductionCost(Opcode, ValTy, IsPairwise); in getReductionCost()
3600 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument3602 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()3607 if (IsPairwise) in createRdxShuffleMask()