Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp257 if (fac.isEmptyByGCDTest()) in getSetDifference()
DAffineStructures.cpp966 if (isEmptyByGCDTest() || hasInvalidConstraint()) in isEmpty()
980 if (tmpCst.hasInvalidConstraint() || tmpCst.isEmptyByGCDTest()) in isEmpty()
1021 bool FlatAffineConstraints::isEmptyByGCDTest() const { in isEmptyByGCDTest() function in FlatAffineConstraints
1045 if (isEmptyByGCDTest()) in isIntegerEmpty()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h147 bool isEmptyByGCDTest() const;