- is_power_of_two - next_power_of_two Make sure we run doctests on these functions.
- cdsl.operands has the Operand and OperandKind classes.
We want to separate the Python classes that make up the DSL used to define the Cretonne language from the concrete definitions. - cdsl.types defines the ValueType class hierarchy. - base.types defines the concrete types.