MLIR  19.0.0git
Classes | Namespaces | Typedefs | Functions
InferIntRangeInterface.h File Reference
#include "mlir/IR/OpDefinition.h"
#include <optional>
#include "mlir/Interfaces/InferIntRangeInterface.h.inc"

Go to the source code of this file.

Classes

class  mlir::ConstantIntRanges
 A set of arbitrary-precision integers representing bounds on a given integer value. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 

Typedefs

using mlir::SetIntRangeFn = function_ref< void(Value, const ConstantIntRanges &)>
 The type of the setResultRanges callback provided to ops implementing InferIntRangeInterface. More...
 

Functions

raw_ostream & mlir::operator<< (raw_ostream &, const ConstantIntRanges &)