Home
last modified time | relevance | path

Searched defs:getNumCols (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DAffineExprVisitor.h445 inline unsigned getNumCols() const { in getNumCols() function
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h216 inline unsigned getNumCols() const { return space.getNumVars() + 1; } in getNumCols() function