MLIR  18.0.0git
Classes | Namespaces
IntegerRangeAnalysis.h File Reference
#include "mlir/Analysis/DataFlow/SparseAnalysis.h"
#include "mlir/Interfaces/InferIntRangeInterface.h"

Go to the source code of this file.

Classes

class  mlir::dataflow::IntegerValueRange
 This lattice value represents the integer range of an SSA value. More...
 
class  mlir::dataflow::IntegerValueRangeLattice
 This lattice element represents the integer value range of an SSA value. More...
 
class  mlir::dataflow::IntegerRangeAnalysis
 Integer range analysis determines the integer value range of SSA values using operations that define InferIntRangeInterface and also sets the range of iteration indices of loops with known bounds. More...
 

Namespaces

 mlir
 This header declares functions that assist transformations in the MemRef dialect.
 
 mlir::dataflow