Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp132 TEST(MatrixTest, insertRows) { in TEST() argument
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp159 void Matrix::insertRows(unsigned pos, unsigned count) { in insertRows() function in Matrix