5c04264218
- Bounded value is a low-level abstraction for bounded ranges that is used to generate specialized contains checks and for loop. It only needs to contains StackValue that will be used to generate code. - SimpleBoundedValue already have a constructor supporting StackValue but having only one constructor avoid to pass extra argument that will be used to only compute another information.