MLIR 23.0.0git
InferIntDivisibilityOpInterface.h File Reference
#include "mlir/IR/OpDefinition.h"
#include <numeric>
#include <optional>
#include "mlir/Interfaces/InferIntDivisibilityOpInterface.h.inc"

Go to the source code of this file.

Classes

class  mlir::ConstantIntDivisibility
 Statically known divisibility information for an integer SSA value. More...
class  mlir::IntegerDivisibility
 This lattice value represents the integer divisibility of an SSA value. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.

Typedefs

using mlir::SetIntDivisibilityFn
 The type of the setResultDivs callback provided to ops implementing InferIntDivisibilityOpInterface.

Functions

raw_ostreammlir::operator<< (raw_ostream &os, const ConstantIntDivisibility &div)
raw_ostreammlir::operator<< (raw_ostream &os, const IntegerDivisibility &div)