Home
last modified time | relevance | path

Searched refs:insertRow (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h107 void insertRow(unsigned pos);
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp160 mat.insertRow(5); in TEST()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp158 void Matrix::insertRow(unsigned pos) { insertRows(pos, 1); } in insertRow() function in Matrix