Searched refs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
2799 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2800 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2803 DestTy = DestVecTy->getElementType(); in isCastable()2854 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2855 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2858 DestTy = DestVecTy->getElementType(); in isBitCastable()2918 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2919 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2923 DestTy = DestVecTy->getElementType(); in getCastOpcode()
571 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local572 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1741 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local1744 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()1746 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
2338 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2339 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()