Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp72 TEST(MatrixTest, resizeVertically) { in TEST() argument
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp104 void Matrix<T>::resizeVertically(unsigned newNRows) { in resizeVertically() function in Matrix