Searched refs:DPTy (Results 1 – 2 of 2) sorted by relevance
110 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local111 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()
726 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType()); in ConvertUsesToScalar() local728 if (DPTy->getAddressSpace() != AIPTy->getAddressSpace()) { in ConvertUsesToScalar()730 DPTy->getAddressSpace()); in ConvertUsesToScalar()