Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h252 getConstantBoundOnDimSize(unsigned pos,
256 return cst.getConstantBoundOnDimSize(pos, lb);
DAffineStructures.h507 Optional<int64_t> getConstantBoundOnDimSize(
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2118 Optional<int64_t> FlatAffineConstraints::getConstantBoundOnDimSize( in getConstantBoundOnDimSize() function in FlatAffineConstraints
2827 auto extent = getConstantBoundOnDimSize(d, &lb, &lbFloorDivisor, &ub); in unionBoundingBox()
2833 auto otherExtent = otherAligned.getConstantBoundOnDimSize( in unionBoundingBox()
DUtils.cpp166 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2958 if (!cst.getConstantBoundOnDimSize(0, /*lb=*/nullptr, in createSeparationCondition()
3031 if (!cst.getConstantBoundOnDimSize(/*pos=*/0, /*lb=*/nullptr, in createFullTiles()