Searched refs:DestVTy (Results 1 – 6 of 6) sorted by relevance
55 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local56 if (DestVTy == 0) in FoldBitCast()72 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()78 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
105 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local106 if (!DestVTy) in FoldBitCast()121 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()127 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
133 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local134 if (!DestVTy) in FoldBitCast()149 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()155 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
1703 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local1704 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()1705 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()
1842 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local1843 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()1844 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()
2285 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local2286 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()2287 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()