Rangeanalysis: Rename predicate.

This commit is contained in:
Anders Schack-Mulligen
2023-11-10 15:17:13 +01:00
parent f05b75e04f
commit 30aefabb2a
4 changed files with 8 additions and 8 deletions

View File

@@ -332,7 +332,7 @@ module JavaLangImpl implements LangSig<Sem, IntDelta> {
/**
* Holds if `e2 >= e1 + delta` (if `upper = false`) or `e2 <= e1 + delta` (if `upper = true`).
*/
predicate hasBound(Sem::Expr e2, Sem::Expr e1, int delta, boolean upper) {
predicate additionalBoundFlowStep(Sem::Expr e2, Sem::Expr e1, int delta, boolean upper) {
exists(RandomDataSource rds |
e2 = rds.getOutput() and
(