Searched defs:getNumColumns (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Analysis/Presburger/ | ||
H A D | Matrix.h | 88 unsigned getNumColumns() const { return nColumns; } in getNumColumns() function |
H A D | Simplex.h | 323 unsigned getNumColumns() const { return tableau.getNumColumns(); } in getNumColumns() function |
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ | ||
H A D | SPIRVTypes.cpp | 1218 unsigned MatrixType::getNumColumns() const { return getImpl()->columnCount; } getNumColumns() function in MatrixType |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LowerMatrixIntrinsics.cpp | 396 unsigned getNumColumns() const { getNumColumns() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy |