Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DLinearTransform.cpp69 m.negateColumn(echelonCol); in makeTransformToColumnEchelon()
70 resultMatrix.negateColumn(echelonCol); in makeTransformToColumnEchelon()
80 m.negateColumn(i); in makeTransformToColumnEchelon()
81 resultMatrix.negateColumn(i); in makeTransformToColumnEchelon()
H A DMatrix.cpp209 void Matrix::negateColumn(unsigned column) { in negateColumn() function in Matrix
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h136 void negateColumn(unsigned column);