Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h289 void addConstantLowerBound(unsigned pos, int64_t lb);
301 void addConstantLowerBound(ArrayRef<int64_t> expr, int64_t lb);
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp151 cstWithShapeBounds.addConstantLowerBound(r, 0); in getConstantBoundingSizeAndShape()
376 cst.addConstantLowerBound(/*pos=*/r, /*lb=*/0); in compute()
481 ucst.addConstantLowerBound(r, dimSize); in boundCheckLoadOrStoreOp()
DAffineStructures.cpp690 addConstantLowerBound(pos, forOp.getConstantLowerBound()); in addAffineForOpDomain()
1886 void FlatAffineConstraints::addConstantLowerBound(unsigned pos, int64_t lb) { in addConstantLowerBound() function in FlatAffineConstraints
1906 void FlatAffineConstraints::addConstantLowerBound(ArrayRef<int64_t> expr, in addConstantLowerBound() function in FlatAffineConstraints
/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp464 fac.addConstantLowerBound(d, 0); in normalizeMemRefType()
DLoopUtils.cpp2634 regionCst->addConstantLowerBound(d, 0); in getFullMemRefAsRegion()