Searched refs:DestVTy (Results 1 – 4 of 4) 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()
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()