Home
last modified time | relevance | path

Searched defs:getNumColumns (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h88 unsigned getNumColumns() const { return nColumns; } in getNumColumns() function
H A DSimplex.h323 unsigned getNumColumns() const { return tableau.getNumColumns(); } in getNumColumns() function
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1218 unsigned MatrixType::getNumColumns() const { return getImpl()->columnCount; } getNumColumns() function in MatrixType
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp396 unsigned getNumColumns() const { getNumColumns() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy