Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp100 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
101 if (!DestVTy) in FoldBitCast()
116 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()
122 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1795 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local
1796 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()
1797 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()