Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DIntegerSet.cpp21 unsigned IntegerSet::getNumConstraints() const { in getNumConstraints() function in IntegerSet
27 for (unsigned i = 0, e = getNumConstraints(); i < e; i++) in getNumEqualities()
34 return getNumConstraints() - getNumEqualities(); in getNumInequalities()
75 constraints.reserve(getNumConstraints()); in replaceDimsAndSymbols()
DAsmPrinter.cpp2168 int numConstraints = set.getNumConstraints(); in printIntegerSet()
/external/llvm-project/mlir/include/mlir/IR/
DIntegerSet.h80 unsigned getNumConstraints() const;
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp131 if (set.getNumConstraints() == 0) { in getFlattenedAffineExprs()
191 assert(flatExprs.size() == set.getNumConstraints()); in FlatAffineConstraints()
993 if (tmpCst.getNumConstraints() >= kExplosionFactor * getNumIds()) { in isEmpty()
2341 << " symbols, " << getNumLocalIds() << " locals), (" << getNumConstraints() in print()
2663 assert(newFac.getNumConstraints() == in FourierMotzkinEliminate()
3000 if (getNumConstraints() == 0) in getAsIntegerSet()
3028 SmallVector<bool, 16> eqFlags(getNumConstraints()); in getAsIntegerSet()
3033 exprs.reserve(getNumConstraints()); in getAsIntegerSet()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h430 unsigned getNumConstraints() const { in getNumConstraints() function
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/
DAffineToStandard.cpp413 for (unsigned i = 0, e = integerSet.getNumConstraints(); i < e; ++i) { in matchAndRewrite()