Searched defs:swapRows (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Analysis/Presburger/ | ||
D | Matrix.cpp | 52 void Matrix::swapRows(unsigned row, unsigned otherRow) { in swapRows() function in mlir::Matrix |
D | Simplex.cpp | 338 void Simplex::swapRows(unsigned i, unsigned j) { in swapRows() function in mlir::Simplex |