Searched refs:IsPairwise (Results 1 – 3 of 3) sorted by relevance
712 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost() argument721 NumReduxLevels * (IsPairwise + 1) * in getReductionCost()
882 bool IsPairwise) { in getReductionCost() argument932 if (IsPairwise) { in getReductionCost()958 return BaseT::getReductionCost(Opcode, ValTy, IsPairwise); in getReductionCost()
3474 bool IsPairwise, bool IsLeft, in createRdxShuffleMask() argument3476 assert((IsPairwise || !IsLeft) && "Don't support a <0,1,undef,...> mask"); in createRdxShuffleMask()3481 if (IsPairwise) in createRdxShuffleMask()