cprover
|
#include "simplify_expr_class.h"
#include <cassert>
#include "arith_tools.h"
#include "byte_operators.h"
#include "config.h"
#include "expr_util.h"
#include "fixedbv.h"
#include "ieee_float.h"
#include "invariant.h"
#include "mathematical_types.h"
#include "namespace.h"
#include "pointer_offset_size.h"
#include "rational.h"
#include "rational_tools.h"
#include "std_expr.h"
Go to the source code of this file.
Macros | |
#define | NORMALISE_CONSTANT_TESTS |
Functions | |
static bool | sum_expr (constant_exprt &dest, const constant_exprt &expr) |
produce a sum of two constant expressions of the same type More... | |
static bool | mul_expr (constant_exprt &dest, const constant_exprt &expr) |
produce a product of two expressions of the same type More... | |
#define NORMALISE_CONSTANT_TESTS |
|
static |
produce a product of two expressions of the same type
Definition at line 111 of file simplify_expr_int.cpp.
|
static |
produce a sum of two constant expressions of the same type
Definition at line 62 of file simplify_expr_int.cpp.