Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DUtils.h56 const T &getBoundedOptimum() const { in getBoundedOptimum() function
61 T &getBoundedOptimum() { in getBoundedOptimum() function
66 const T &operator*() const { return getBoundedOptimum(); }
67 T &operator*() { return getBoundedOptimum(); }
68 const T *operator->() const { return &getBoundedOptimum(); }
69 T *operator->() { return &getBoundedOptimum(); }
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1127 if (min.getBoundedOptimum() > max.getBoundedOptimum()) in computeVolume()