Home
last modified time | relevance | path

Searched refs:ReductionSrcTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2153 auto *ReductionSrcTy = cast<VectorType>(ReductionSrc->getType()); in foldCastFromReductions() local
2158 ReductionOpc, ReductionSrcTy, std::nullopt, CostKind); in foldCastFromReductions()
2159 OldCost += TTI.getCastInstrCost(CastOpc, ReductionSrcTy, SrcTy, in foldCastFromReductions()
2165 TTI.getCastInstrCost(CastOpc, ResultTy, ReductionSrcTy->getScalarType(), in foldCastFromReductions()