Analyzer to get modular information over expression.
More...
#include <analyzer.h>
Analyzer to get modular information over expression.
◆ operator()()
analyze the expr
- Parameters
-
expr | The expression of interest. |
- Returns
- the result of the analysis.
◆ Update()
void tvm::arith::ModularSetAnalyzer::Update |
( |
const Var & |
var, |
|
|
const ModularSet & |
info, |
|
|
bool |
allow_override = false |
|
) |
| |
Update constant int bound information of var.
- Parameters
-
var | The variable of interest. |
info | The bound information. |
allow_override | whether we allow override of existing information. |
◆ Analyzer
◆ ConstraintContext
The documentation for this class was generated from the following file: