Searched refs:DstPtrTy (Results 1 – 2 of 2) sorted by relevance
1987 PointerType *DstPtrTy = dyn_cast<PointerType>(CE->getType()); in ConstantFoldGetElementPtrImpl() local1988 if (SrcPtrTy && DstPtrTy) { in ConstantFoldGetElementPtrImpl()1992 dyn_cast<ArrayType>(DstPtrTy->getElementType()); in ConstantFoldGetElementPtrImpl()1995 && SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in ConstantFoldGetElementPtrImpl()
2291 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy); in isEliminableCastPair() local2292 if (!MidPtrTy || !DstPtrTy) in isEliminableCastPair()2295 if (MidPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in isEliminableCastPair()