Home
last modified time | relevance | path

Searched refs:makeTransformToColumnEchelon (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DLinearTransform.h35 makeTransformToColumnEchelon(Matrix m);
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp19 LinearTransform::makeTransformToColumnEchelon(m); in testColumnEchelonForm()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DLinearTransform.cpp34 LinearTransform::makeTransformToColumnEchelon(Matrix m) { in makeTransformToColumnEchelon() function in LinearTransform
H A DIntegerRelation.cpp790 LinearTransform::makeTransformToColumnEchelon(std::move(m)); in findIntegerSample()