Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h549 bool isHyperRectangular(unsigned pos, unsigned num) const;
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2313 bool FlatAffineConstraints::isHyperRectangular(unsigned pos, in isHyperRectangular() function in FlatAffineConstraints
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp588 if (!cst.isHyperRectangular(0, width)) { in checkIfHyperRectangular()