Searched refs:getConstantBoundOnDimSize (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/include/mlir/Analysis/ |
D | Utils.h | 252 getConstantBoundOnDimSize(unsigned pos, 256 return cst.getConstantBoundOnDimSize(pos, lb);
|
D | AffineStructures.h | 507 Optional<int64_t> getConstantBoundOnDimSize(
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineStructures.cpp | 2118 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()
|
D | Utils.cpp | 166 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 2958 if (!cst.getConstantBoundOnDimSize(0, /*lb=*/nullptr, in createSeparationCondition() 3031 if (!cst.getConstantBoundOnDimSize(/*pos=*/0, /*lb=*/nullptr, in createFullTiles()
|