retdec
|
Implementation of TernaryOperatorSubOptimizer. More...
#include "retdec/llvmir2hll/evaluator/arithm_expr_evaluator.h"
#include "retdec/llvmir2hll/ir/const_bool.h"
#include "retdec/llvmir2hll/ir/ternary_op_expr.h"
#include "retdec/llvmir2hll/optimizer/optimizers/simplify_arithm_expr/ternary_operator_sub_optimizer.h"
#include "retdec/llvmir2hll/support/debug.h"
Namespaces | |
retdec | |
retdec::llvmir2hll | |
Functions | |
retdec::llvmir2hll::REGISTER_AT_FACTORY ("TernaryOperator", TERNARY_OPERATOR_SUB_OPTIMIZER_ID, SubOptimizerFactory, TernaryOperatorSubOptimizer::create) | |
Implementation of TernaryOperatorSubOptimizer.