retdec
Namespaces | Functions
strict_arithm_expr_evaluator.cpp File Reference

Implementation of StrictArithmExprEvaluator. More...

#include <optional>
#include "retdec/llvmir2hll/evaluator/arithm_expr_evaluator_factory.h"
#include "retdec/llvmir2hll/evaluator/arithm_expr_evaluators/strict_arithm_expr_evaluator.h"
#include "retdec/llvmir2hll/ir/ext_cast_expr.h"
#include "retdec/llvmir2hll/ir/fp_to_int_cast_expr.h"
#include "retdec/llvmir2hll/ir/int_to_fp_cast_expr.h"
#include "retdec/llvmir2hll/support/debug.h"
#include "retdec/llvmir2hll/support/types.h"

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Functions

 retdec::llvmir2hll::REGISTER_AT_FACTORY ("strict", STRICT_ARITHM_EXPR_EVALUATOR_ID, ArithmExprEvaluatorFactory, StrictArithmExprEvaluator::create)
 

Detailed Description

Implementation of StrictArithmExprEvaluator.