Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp109 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local
110 if (PTy->getAddressSpace() == DPTy->getAddressSpace() in FoldBitCast()
114 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()
117 while (ElTy != DPTy->getElementType()) { in FoldBitCast()
131 if (ElTy == DPTy->getElementType()) in FoldBitCast()