Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp55 VectorType *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
56 if (DestVTy == 0) in FoldBitCast()
72 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()
78 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/external/llvm/lib/Analysis/
DConstantFolding.cpp105 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
106 if (!DestVTy) in FoldBitCast()
121 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()
127 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp133 auto *DestVTy = dyn_cast<VectorType>(DestTy); in FoldBitCast() local
134 if (!DestVTy) in FoldBitCast()
149 unsigned NumDstElt = DestVTy->getNumElements(); in FoldBitCast()
155 Type *DstEltTy = DestVTy->getElementType(); in FoldBitCast()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1703 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local
1704 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()
1705 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1842 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local
1843 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()
1844 Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp2285 if (VectorType *DestVTy = dyn_cast<VectorType>(DestTy)) { in visitBitCast() local
2286 if (DestVTy->getNumElements() == 1 && !SrcTy->isVectorTy()) { in visitBitCast()
2287 Value *Elem = Builder.CreateBitCast(Src, DestVTy->getElementType()); in visitBitCast()