Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h451 bool isHyperRectangular(unsigned pos, unsigned num) const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1597 bool IntegerRelation::isHyperRectangular(unsigned pos, unsigned num) const { in isHyperRectangular() function in IntegerRelation
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp451 if (!cst.isHyperRectangular(0, input.size())) { in checkIfHyperRectangular()