Searched refs:DPTy (Results 1 – 3 of 3) sorted by relevance
108 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local109 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()
106 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local107 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()
634 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType()); in ConvertUsesToScalar() local636 if (DPTy->getAddressSpace() != AIPTy->getAddressSpace()) { in ConvertUsesToScalar()638 DPTy->getAddressSpace()); in ConvertUsesToScalar()