Home
last modified time | relevance | path

Searched refs:getLowerAndUpperBound (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h308 void getLowerAndUpperBound(unsigned pos, AffineMap &lbMap,
H A DAffineStructures.h239 getLowerAndUpperBound(unsigned pos, unsigned offset, unsigned num,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp406 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound() function in MemRefRegion
414 auto boundPairs = cst.getLowerAndUpperBound( in getLowerAndUpperBound()
H A DAffineStructures.cpp887 FlatAffineValueConstraints::getLowerAndUpperBound( in getLowerAndUpperBound() function in FlatAffineValueConstraints
1109 std::tie(lbMap, ubMap) = tmpClone->getLowerAndUpperBound( in getSliceBounds()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2105 region.getLowerAndUpperBound(i, lbMaps[i], ubMaps[i]); in generateCopy()