Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h316 getConstantBoundOnDimSize(unsigned pos,
320 return cst.getConstantBoundOnDimSize(pos, lb);
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h435 Optional<int64_t> getConstantBoundOnDimSize(
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1393 Optional<int64_t> IntegerRelation::getConstantBoundOnDimSize( in getConstantBoundOnDimSize() function in IntegerRelation
2000 auto extent = getConstantBoundOnDimSize(d, &lb, &lbFloorDivisor, &ub); in unionBoundingBox()
2006 auto otherExtent = otherCst.getConstantBoundOnDimSize( in unionBoundingBox()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp377 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2676 if (!cst.getConstantBoundOnDimSize(0, /*lb=*/nullptr, in createSeparationCondition()
2749 if (!cst.getConstantBoundOnDimSize(/*pos=*/0, /*lb=*/nullptr, in createFullTiles()