Conservatively treat unstable pointers as SCEVCouldNotCompute in getPtrToAddrExpr, and return SCEVUnknown when constructing from IR. This surfaced as part of the discussion in https://github.com/llvm/llvm-project/pull/178861. PR: https://github.com/llvm/llvm-project/pull/180718