Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1563 int64_t boundConst = 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()