retdec
simplify_arithm_expr Directory Reference
Directory dependency graph for simplify_arithm_expr:
/var/cache/acbs/build/acbs.6bu6osb6/retdec/include/retdec/llvmir2hll/optimizer/optimizers/simplify_arithm_expr

Files

file  bool_comparison_optimizer.h [code]
 Simplification of comparisons with true and false.
 
file  change_order_of_operands_sub_optimizer.h [code]
 A sub-optimization class that change order of operand.
 
file  const_operator_const_sub_optimizer.h [code]
 A sub-optimization class that optimize expression like Constant operator constant.
 
file  equal_operands_sub_optimizer.h [code]
 A sub-optimization class that optimize expression with equal operands.
 
file  negation_operator_sub_optimizer.h [code]
 A sub-optimization class that optimizes negation operators outside of expressions.
 
file  negative_operand_sub_optimizer.h [code]
 A sub-optimization class that optimize expression with some negative operand.
 
file  one_sub_optimizer.h [code]
 A sub-optimization class that optimize expression with number one operand.
 
file  sub_optimizer.h [code]
 A base class for all simplify arithmetical expression optimizations.
 
file  sub_optimizer_factory.h [code]
 Factory that creates instances of classes derived from SubOptimizer.
 
file  ternary_operator_sub_optimizer.h [code]
 A sub-optimization class that optimize ternary operator.
 
file  three_operands_sub_optimizer.h [code]
 A sub-optimization class that optimize expression like (operand operator operand) operator operand or vica versa.
 
file  zero_sub_optimizer.h [code]
 A sub-optimization class that optimize expression with zero operand.