Searched refs:DestVecTy (Results 1 – 11 of 11) sorted by relevance
2967 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local2968 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in isCastable()2971 DestTy = DestVecTy->getElementType(); in isCastable()3022 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local3023 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()3026 DestTy = DestVecTy->getElementType(); in isBitCastable()3089 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local3090 if (SrcVecTy->getNumElements() == DestVecTy->getNumElements()) { in getCastOpcode()3094 DestTy = DestVecTy->getElementType(); in getCastOpcode()
576 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local577 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()
1744 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local1747 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()1749 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
3153 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local3154 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in isBitCastable()3157 DestTy = DestVecTy->getElementType(); in isBitCastable()3219 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local3220 if (SrcVecTy->getElementCount() == DestVecTy->getElementCount()) { in getCastOpcode()3224 DestTy = DestVecTy->getElementType(); in getCastOpcode()
581 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local582 Type *DstEltTy = DestVecTy->getElementType(); in ConstantFoldCastInstruction()
2222 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local2225 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()2227 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
2068 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local2071 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()2073 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()
2468 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2469 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()
2835 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local2836 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector && in CheckCStyleCast()