Searched refs:DestVecTy (Results 1 – 3 of 3) 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()
2068 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local2071 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in optimizeIntegerToVectorInsertions()2073 DestVecTy->getElementType(), in optimizeIntegerToVectorInsertions()