Searched refs:DestVTy (Results 1 – 6 of 6) sorted by relevance
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()
138 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local139 if (!DestVTy) in FoldBitCast()154 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()160 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
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()
144 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local145 if (!DestVTy) in FoldBitCast()160 unsigned NumDstElt = cast<FixedVectorType>(DestVTy)->getNumElements(); in FoldBitCast()166 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
2612 if (FixedVectorType *DestVTy = dyn_cast<FixedVectorType>(DestTy)) { in visitBitCast() local2614 if (DestVTy->getNumElements() == 1 && SrcTy->isX86_MMXTy()) { in visitBitCast()2615 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()
2458 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local2459 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()2460 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()