RangeAnalysis: Rename semExprModulus to exprModulus.

This commit is contained in:
Anders Schack-Mulligen
2023-11-01 16:33:40 +01:00
parent 400910e4d3
commit 7c3684dbb7
3 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ import MakeTest<ModulusAnalysisTest>
private string getAModString(SemExpr e) {
exists(SemBound b, int delta, int mod |
ModulusAnalysisInstantiated::semExprModulus(e, b, delta, mod) and
ModulusAnalysisInstantiated::exprModulus(e, b, delta, mod) and
result = b.toString() + "," + delta.toString() + "," + mod.toString() and
not (delta = 0 and mod = 0)
)