Searched refs:DestVTy (Results 1 – 2 of 2) sorted by relevance
100 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local101 if (!DestVTy) in FoldBitCast()116 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()122 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
1795 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local1796 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()1797 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()