Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp108 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local
109 if (PTy->getAddressSpace() == DPTy->getAddressSpace() in FoldBitCast()
113 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()
116 while (ElTy != DPTy->getElementType()) { in FoldBitCast()
131 if (ElTy == DPTy->getElementType()) in FoldBitCast()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp106 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local
107 if (PTy->getAddressSpace() == DPTy->getAddressSpace()) { in FoldBitCast()
110 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()
113 while (ElTy != DPTy->getElementType()) { in FoldBitCast()
128 if (ElTy == DPTy->getElementType()) in FoldBitCast()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp634 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType()); in ConvertUsesToScalar() local
636 if (DPTy->getAddressSpace() != AIPTy->getAddressSpace()) { in ConvertUsesToScalar()
638 DPTy->getAddressSpace()); in ConvertUsesToScalar()