Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/Presburger/
DMatrixTest.cpp69 TEST(MatrixTest, resizeVertically) { in TEST() argument
/external/llvm-project/mlir/lib/Analysis/Presburger/
DMatrix.cpp47 void Matrix::resizeVertically(unsigned newNRows) { in resizeVertically() function in mlir::Matrix