class
ExprSimplifierContents
An expression simplifier can be used to simplify expressions. It holds a list of simplification functions that can be applied successively to the expression in onrder to simplify it
❱ Constructors, destructors, conversion operators
- ExprSimplifier()
- Constructor.
❱ Public functions
❱ Protected functions
- auto run_simplifiers(Expr e) -> Expr
- Run all simplifier functions once on expression 'e' and return the resulting expression.
❱ Protected variables
- unsigned int _id
- Unique ID of the simplifier instance.