The new function is a wrapper around the regular getStridesAndOffset that offers a more compact way (as in writing less code) of getting the relevant information.
This method is intended to be used only when it is known that the LogicalResult of the regular getStridesAndOffset must be "succeeded".
This wrapper will assert on that.
Note: I feel we may want to give this function a different name so that it is explicit that it should be used only when we know it is valid. I couldn't come up with a good name though. What do people think?