Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1459 Optional<int64_t> minDiff = None; in getConstantBoundOnDimSize() local
1481 if (minDiff == None || diff < minDiff) { in getConstantBoundOnDimSize()
1482 minDiff = diff; in getConstantBoundOnDimSize()
1488 if (lb && minDiff) { in getConstantBoundOnDimSize()
1516 return minDiff; in getConstantBoundOnDimSize()