Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DLinearTransform.h43 SmallVector<int64_t, 8> preMultiplyWithRow(ArrayRef<int64_t> rowVec) const { in preMultiplyWithRow() function
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp228 Matrix::preMultiplyWithRow(ArrayRef<int64_t> rowVec) const { in preMultiplyWithRow() function in Matrix