11#include "mlir/Interfaces/InferIntRangeInterface.h"
12#include "mlir/Interfaces/Utils/InferIntRangeCommon.h"
15using namespace mlir::intrange;
22void hw::ConstantOp::inferResultRanges(ArrayRef<ConstantIntRanges> argRanges,
23 SetIntRangeFn setResultRange) {
24 setResultRange(getResult(), ConstantIntRanges::constant(getValue()));
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.