Searched refs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
2549 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2550 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2553 DestTy = DestVecTy->getElementType(); in isCastable()2610 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2611 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2614 DestTy = DestVecTy->getElementType(); in isBitCastable()2662 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2663 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2667 DestTy = DestVecTy->getElementType(); in getCastOpcode()
554 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local555 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1644 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local1647 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()1649 DestVecTy->getElementType(), IC)) in OptimizeIntegerToVectorInsertions()
2234 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2235 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()