Searched refs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
2525 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2526 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2529 DestTy = DestVecTy->getElementType(); in isCastable()2580 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2581 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2584 DestTy = DestVecTy->getElementType(); in isBitCastable()2644 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2645 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2649 DestTy = DestVecTy->getElementType(); in getCastOpcode()
571 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local572 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1663 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local1666 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()1668 DestVecTy->getElementType(), in OptimizeIntegerToVectorInsertions()
2314 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2315 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()