Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp110 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local
111 if (PTy->getAddressSpace() == DPTy->getAddressSpace() in FoldBitCast()
112 && DPTy->getElementType()->isSized()) { in FoldBitCast()
115 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()
118 while (ElTy != DPTy->getElementType()) { in FoldBitCast()
133 if (ElTy == DPTy->getElementType()) in FoldBitCast()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp726 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType()); in ConvertUsesToScalar() local
728 if (DPTy->getAddressSpace() != AIPTy->getAddressSpace()) { in ConvertUsesToScalar()
730 DPTy->getAddressSpace()); in ConvertUsesToScalar()