Searched refs:DestPtrType (Results 1 – 1 of 1) sorted by relevance
1250 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local1251 if (!DestPtrType) in IsAddressSpaceConversion()1254 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()2562 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local2563 if (!DestPtrType) in TryAddressSpaceCast()2566 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()