Searched refs:DestPtrTy (Results 1 – 2 of 2) sorted by relevance
3102 if (PointerType *DestPtrTy = dyn_cast<PointerType>(DestTy)) { in isBitCastable() local3104 return SrcPtrTy->getAddressSpace() == DestPtrTy->getAddressSpace(); in isBitCastable()
8672 if (const PointerType *DestPtrTy = DestTy->getAs<PointerType>()) { in CheckMemaccessArguments() local8673 PointeeTy = DestPtrTy->getPointeeType(); in CheckMemaccessArguments()