Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp693 if (failed(addLowerOrUpperBound(pos, forOp.getLowerBoundMap(), in addAffineForOpDomain()
704 return addLowerOrUpperBound(pos, forOp.getUpperBoundMap(), in addAffineForOpDomain()
1743 FlatAffineConstraints::addLowerOrUpperBound(unsigned pos, AffineMap boundMap, in addLowerOrUpperBound() function in FlatAffineConstraints
1855 if (failed(addLowerOrUpperBound(pos, lbMap, operands, /*eq=*/true, in addSliceBounds()
1861 if (lbMap && failed(addLowerOrUpperBound(pos, lbMap, operands, /*eq=*/false, in addSliceBounds()
1865 if (ubMap && failed(addLowerOrUpperBound(pos, ubMap, operands, /*eq=*/false, in addSliceBounds()
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h243 LogicalResult addLowerOrUpperBound(unsigned pos, AffineMap boundMap,