Searched refs:LargestOpTy (Results 1 – 1 of 1) sorted by relevance
5866 Type *LargestOpTy = in getReductionPatternCost() local5869 auto *ExtType = VectorType::get(LargestOpTy, VectorTy); in getReductionPatternCost()5886 if (Op0Ty != LargestOpTy || Op1Ty != LargestOpTy) { in getReductionPatternCost()5887 Instruction *ExtraExtOp = (Op0Ty != LargestOpTy) ? Op0 : Op1; in getReductionPatternCost()