Searched refs:DestVTy (Results 1 – 2 of 2) sorted by relevance
50 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local51 if (DestVTy == 0) in FoldBitCast()67 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()73 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
1705 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local1706 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()1707 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()