Home
last modified time | relevance | path

Searched defs:getNumConstraints (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp21 unsigned IntegerSet::getNumConstraints() const { in getNumConstraints() function in IntegerSet
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h200 unsigned getNumConstraints() const { in getNumConstraints() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1129 unsigned SimplexBase::getNumConstraints() const { return con.size(); } getNumConstraints() function in SimplexBase