Searched refs:getConstantBoundOnDimSize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/ |
| H A D | Utils.h | 316 getConstantBoundOnDimSize(unsigned pos, 320 return cst.getConstantBoundOnDimSize(pos, lb);
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | IntegerRelation.h | 435 Optional<int64_t> getConstantBoundOnDimSize(
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | IntegerRelation.cpp | 1393 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 D | Utils.cpp | 377 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 2676 if (!cst.getConstantBoundOnDimSize(0, /*lb=*/nullptr, in createSeparationCondition() 2749 if (!cst.getConstantBoundOnDimSize(/*pos=*/0, /*lb=*/nullptr, in createFullTiles()
|