MLIR
17.0.0git
|
#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 | |
This header declares functions that assit transformations in the MemRef dialect. | |
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 &) |