Searched refs:DestVTy (Results 1 – 2 of 2) sorted by relevance
142 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local143 if (!DestVTy) in FoldBitCast()158 unsigned NumDstElt = cast<FixedVectorType>(DestVTy)->getNumElements(); in FoldBitCast()164 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
2681 if (FixedVectorType *DestVTy = dyn_cast<FixedVectorType>(DestTy)) { in visitBitCast() local2683 if (DestVTy->getNumElements() == 1 && SrcTy->isX86_MMXTy()) { in visitBitCast()2684 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()