ldc
ldc copied to clipboard
Remove usage of `getPointerElementType` and `getPointeeType`
These no longer exist in LLVM15 as part of the opaque pointer migration.
There are still a few usages of getPointeeType in the load functions, but I'll leave those for another PR as their usage is quite pervasive.
Hmm, I'm going to leave that DtoCallableType to a separate PR, to reduce surface area for unrelated failures and make some progress.