What is the meaning of -mvposition?


I 've konwn that the mvPosition is by the view matrix multiply the position.
However, I thought it can be vClipPosition.z = -mvPosition.z instead of vClipPosition = -mvPosition.xyz.
Can some one explain it ?