This is a blanket pass replacing use of `__LP64__` with `__POINTER_WIDTH__ == 64`. The latter is more expressive and also LLP64 clean. This change is needed to enable support for Windows x86_64 which is a LLP64 environment.