Searched refs:SrcPtrType (Results 1 – 1 of 1) sorted by relevance
1377 auto *SrcPtrType = SrcType->getAs<PointerType>(); in IsAddressSpaceConversion() local1378 if (!SrcPtrType) in IsAddressSpaceConversion()1383 return SrcPtrType->getPointeeType().getAddressSpace() != in IsAddressSpaceConversion()2652 auto SrcPtrType = SrcType->getAs<PointerType>(); in TryAddressSpaceCast() local2653 if (!SrcPtrType) in TryAddressSpaceCast()2658 auto SrcPointeeType = SrcPtrType->getPointeeType(); in TryAddressSpaceCast()