#include "mlir/Dialect/Vector/IR/ScalableValueBoundsConstraintSet.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
namespace mlir::vector {
FailureOr<ConstantOrScalableBound::BoundSize>
ConstantOrScalableBound::getSize() const { … }
char ScalableValueBoundsConstraintSet::ID = …;
FailureOr<ConstantOrScalableBound>
ScalableValueBoundsConstraintSet::computeScalableBound(
Value value, std::optional<int64_t> dim, unsigned vscaleMin,
unsigned vscaleMax, presburger::BoundType boundType, bool closedUB,
StopConditionFn stopCondition) { … }
}