Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp25 for (unsigned row = 0, nRows = m.getNumRows(); row < nRows; ++row) { in testColumnEchelonForm() local
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp22 const long nRows; member in BlockMatrix
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType()
309 unsigned nRows, unsigned nColumns, in ConstantMatrixType()