Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DIntegerSet.cpp37 bool IntegerSet::isEmptyIntegerSet() const { in isEmptyIntegerSet() function in IntegerSet
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DIntegerSet.h64 bool isEmptyIntegerSet() const;
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp70 return unwrap(set).isEmptyIntegerSet(); in mlirIntegerSetIsCanonicalEmpty()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2309 return iSet.isEmptyIntegerSet(); in matchAndRewrite()