Searched refs:SrcPtrType (Results 1 – 1 of 1) sorted by relevance
1294 auto *SrcPtrType = SrcType->getAs<PointerType>(); in IsAddressSpaceConversion() local1295 if (!SrcPtrType) in IsAddressSpaceConversion()1300 return SrcPtrType->getPointeeType().getAddressSpace() != in IsAddressSpaceConversion()2612 auto SrcPtrType = SrcType->getAs<PointerType>(); in TryAddressSpaceCast() local2613 if (!SrcPtrType) in TryAddressSpaceCast()2618 auto SrcPointeeType = SrcPtrType->getPointeeType(); in TryAddressSpaceCast()