Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DConstantFolding.cpp50 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
51 if (DestVTy == 0) in FoldBitCast()
67 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()
73 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1705 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local
1706 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()
1707 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()