Searched refs:VecRedTy (Results 1 – 1 of 1) sorted by relevance
1366 auto *VecRedTy = cast<VectorType>(II.getOperand(0)->getType()); in analyzeCostOfVecReduction() local1374 TTI.getCastInstrCost(RedOp->getOpcode(), VecRedTy, ExtType, in analyzeCostOfVecReduction()1391 VectorType *MulType = VectorType::get(Op0->getType(), VecRedTy); in analyzeCostOfVecReduction()1399 TTI.getCastInstrCost(RedOp->getOpcode(), VecRedTy, MulType, in analyzeCostOfVecReduction()1407 CostAfterReduction = TTI.getArithmeticReductionCost(ReductionOpc, VecRedTy, in analyzeCostOfVecReduction()