Searched refs:DstPTy (Results 1 – 3 of 3) sorted by relevance
1660 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local1662 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()1667 if (SrcPTy->getAddressSpace() != DstPTy->getAddressSpace()) in visitBitCast()
2241 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local2243 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()2249 (DstPTy->getAddressSpace() != SrcPTy->getAddressSpace())) in visitBitCast()
1804 if (PointerType *DstPTy = dyn_cast<PointerType>(DestTy)) { in visitBitCast() local1806 Type *DstElTy = DstPTy->getElementType(); in visitBitCast()