Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DLinearTransform.h44 preMultiplyWithRow(ArrayRef<DynamicAPInt> rowVec) const { in preMultiplyWithRow() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp346 SmallVector<T, 8> Matrix<T>::preMultiplyWithRow(ArrayRef<T> rowVec) const { in preMultiplyWithRow() function in Matrix