Searched refs:DestVecTy (Results 1 – 5 of 5) sorted by relevance
3093 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local3094 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()3097 DestTy = DestVecTy->getElementType(); in isBitCastable()3159 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local3160 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in getCastOpcode()3164 DestTy = DestVecTy->getElementType(); in getCastOpcode()
166 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local167 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
2316 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local2319 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()2321 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
3116 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local3121 if (Self.ShouldSplatAltivecScalarInCast(DestVecTy) && in CheckCStyleCast()
11095 VectorType const *DestVecTy = E->getType()->castAs<VectorType>(); in VisitShuffleVectorExpr() local11096 QualType DestElTy = DestVecTy->getElementType(); in VisitShuffleVectorExpr()11098 auto TotalElementsInOutputVector = DestVecTy->getNumElements(); in VisitShuffleVectorExpr()