Searched refs:DPTy (Results 1 – 1 of 1) sorted by relevance
119 if (PointerType *DPTy = dyn_cast<PointerType>(DestTy)) in FoldBitCast() local120 if (PTy->getAddressSpace() == DPTy->getAddressSpace() && in FoldBitCast()121 !PTy->isOpaque() && !DPTy->isOpaque() && in FoldBitCast()125 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext())); in FoldBitCast()128 while (ElTy && ElTy != DPTy->getElementType()) { in FoldBitCast()133 if (ElTy == DPTy->getElementType()) in FoldBitCast()