Lines Matching defs:SubTy
1594 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(),
1599 CostKind, ExtractIndex, SubTy);
4607 auto *SubTy = cast<VectorType>(Val);
4610 SubTy = FixedVectorType::get(ScalarType, SubNumElts);
4611 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, std::nullopt,
4612 CostKind, 0, SubTy);
5378 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts);
5381 NumVecElts, SubTy);
5382 Ty = SubTy;
5561 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts);
5563 CostKind, NumVecElts, SubTy);
5564 Ty = SubTy;