Home
last modified time | relevance | path

Searched refs:getBoundedDirections (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h332 Matrix getBoundedDirections() const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp678 Matrix IntegerRelation::getBoundedDirections() const { in getBoundedDirections() function in IntegerRelation
784 Matrix m = getBoundedDirections(); in findIntegerSample()