Searched refs:DstVTy (Results 1 – 4 of 4) sorted by relevance
1058 auto *DstVTy = dyn_cast<VectorType>(Dst); variable1066 if (!SrcVTy && !DstVTy) {1077 if (DstVTy && SrcVTy) {1107 DstVTy->getElementCount().isVector()) {1108 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);1120 if (isa<ScalableVectorType>(DstVTy))1125 unsigned Num = cast<FixedVectorType>(DstVTy)->getNumElements();1131 return getScalarizationOverhead(DstVTy, /*Insert*/ true, /*Extract*/ true,1145 (DstVTy ? getScalarizationOverhead(DstVTy, /*Insert*/ true,
422 if (auto *DstVTy = dyn_cast<VectorType>(VTy)) { in SimplifyDemandedUseBits() local424 if (isa<ScalableVectorType>(DstVTy) || in SimplifyDemandedUseBits()426 cast<FixedVectorType>(DstVTy)->getNumElements() != in SimplifyDemandedUseBits()
745 auto *DstVTy = cast<FixedVectorType>(Dst); in getBoolVecToIntConversionCost() local746 unsigned VF = DstVTy->getNumElements(); in getBoolVecToIntConversionCost()
596 Value *createBitOrPointerCast(Value *V, VectorType *DstVTy,2930 Value *InnerLoopVectorizer::createBitOrPointerCast(Value *V, VectorType *DstVTy, in createBitOrPointerCast() argument2933 auto *DstFVTy = cast<FixedVectorType>(DstVTy); in createBitOrPointerCast()