Home
last modified time | relevance | path

Searched refs:DestVTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp142 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
143 if (!DestVTy) in FoldBitCast()
158 unsigned NumDstElt = cast<FixedVectorType>(DestVTy)->getNumElements(); in FoldBitCast()
164 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2681 if (FixedVectorType *DestVTy = dyn_cast<FixedVectorType>(DestTy)) { in visitBitCast() local
2683 if (DestVTy->getNumElements() == 1 && SrcTy->isX86_MMXTy()) { in visitBitCast()
2684 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()