Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp360 FlatAffineValueConstraints cstWithShapeBounds(cst); in getConstantBoundingSizeAndShape() local
362 cstWithShapeBounds.addBound(FlatAffineValueConstraints::LB, r, 0); in getConstantBoundingSizeAndShape()
366 cstWithShapeBounds.addBound(FlatAffineValueConstraints::UB, r, dimSize - 1); in getConstantBoundingSizeAndShape()
377 cstWithShapeBounds.getConstantBoundOnDimSize(d, &lb, &lbDivisor); in getConstantBoundingSizeAndShape()
390 lb.resize(cstWithShapeBounds.getNumSymbolVars() + 1, 0); in getConstantBoundingSizeAndShape()