|
decompiler 1.0.0
|
A term in the expression. More...
Public Member Functions | |
| Term (void) | |
| Uninitialized constructor. | |
| Term (Varnode *v, uintb c) | |
| Constructor. | |
| bool | isEquivalent (const Term &op2) const |
| Compare two terms for functional equivalence. | |
Private Attributes | |
| Varnode * | vn |
| The Varnode representing the term. | |
| uintb | coeff |
| Multiplicative coefficient. | |
A term in the expression.
| bool ghidra::AddExpression::Term::isEquivalent | ( | const Term & | op2 | ) | const |
Compare two terms for functional equivalence.
The value true is returned if it can be proven that two terms add the same value to their respective expressions.
| op2 | is the other term to compare with this |
Referenced by ghidra::AddExpression::isEquivalent().