Is there any nodes or functions can inverse projection matrix in shader editor?

I am working on a shader that requires the use of an inverse projection matrix.

ResolvedView.ViewToClip

Although I have obtained the projection matrix, I suddenly realized that it seems impossible to convert it into an inverse projection matrix in the shader editor. Did I miss something? Or do I have to calculate it myself.

Thanks in advanced.