Searched refs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
2467 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2468 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2471 DestTy = DestVecTy->getElementType(); in isCastable()2539 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2540 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2544 DestTy = DestVecTy->getElementType(); in getCastOpcode()
553 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local554 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1587 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local1590 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()1592 DestVecTy->getElementType())) in OptimizeIntegerToVectorInsertions()
2061 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2062 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()