Searched refs:SrcPtrType (Results 1 – 1 of 1) sorted by relevance
1303 auto *SrcPtrType = SrcType->getAs<PointerType>(); in IsAddressSpaceConversion() local1304 if (!SrcPtrType) in IsAddressSpaceConversion()1309 return SrcPtrType->getPointeeType().getAddressSpace() != in IsAddressSpaceConversion()2621 auto SrcPtrType = SrcType->getAs<PointerType>(); in TryAddressSpaceCast() local2622 if (!SrcPtrType) in TryAddressSpaceCast()2627 auto SrcPointeeType = SrcPtrType->getPointeeType(); in TryAddressSpaceCast()