Searched refs:DestVecTy (Results 1 – 10 of 10) sorted by relevance
2689 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2690 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2693 DestTy = DestVecTy->getElementType(); in isCastable()2744 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2745 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2748 DestTy = DestVecTy->getElementType(); in isBitCastable()2811 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2812 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2816 DestTy = DestVecTy->getElementType(); in getCastOpcode()
574 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local575 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
2874 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2875 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2878 DestTy = DestVecTy->getElementType(); in isCastable()2929 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local2930 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isBitCastable()2933 DestTy = DestVecTy->getElementType(); in isBitCastable()2993 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2994 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2998 DestTy = DestVecTy->getElementType(); in getCastOpcode()
570 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local571 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
2431 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2432 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2435 DestTy = DestVecTy->getElementType(); in isCastable()2503 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local2504 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()2508 DestTy = DestVecTy->getElementType(); in getCastOpcode()
556 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local557 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
1573 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local1576 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions()1578 DestVecTy->getElementType())) in OptimizeIntegerToVectorInsertions()
1744 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local1747 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()1749 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
1971 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local1974 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()1976 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
2468 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2469 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()