Axis transformations

What is the possibility of applying a transformation to an axis represented by a tvm.schedule.IterVar object?

That is, if x is an axis in my computation, can I apply an operator f on x to obtain a new axis f(x)?

Thanks in advance,