Searched refs:DestPtrType (Results 1 – 1 of 1) sorted by relevance
1248 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local1249 if (!DestPtrType) in IsAddressSpaceConversion()1252 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()2549 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local2550 if (!DestPtrType) in TryAddressSpaceCast()2553 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()