Home
last modified time | relevance | path

Searched refs:minOrMaxConst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1542 Optional<int64_t> minOrMaxConst = None; in computeConstantLowerOrUpperBound() local
1567 if (minOrMaxConst == None || boundConst > minOrMaxConst) in computeConstantLowerOrUpperBound()
1568 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()
1570 if (minOrMaxConst == None || boundConst < minOrMaxConst) in computeConstantLowerOrUpperBound()
1571 minOrMaxConst = boundConst; in computeConstantLowerOrUpperBound()
1574 return minOrMaxConst; in computeConstantLowerOrUpperBound()