Searched refs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
2574 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2575 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2578 DestTy = DestVecTy->getElementType(); in isCastable()2635 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2636 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2639 DestTy = DestVecTy->getElementType(); in isBitCastable()2687 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2688 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2692 DestTy = DestVecTy->getElementType(); in getCastOpcode()
557 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local558 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1700 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local1703 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()1705 DestVecTy->getElementType(), IC)) in OptimizeIntegerToVectorInsertions()
2277 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2278 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()