|
MLIR 22.0.0git
|
#include "mlir/Analysis/Presburger/PWMAFunction.h"
Public Member Functions | |
| bool | isConsistent () const |
Public Attributes | |
| PresburgerSet | domain |
| MultiAffineFunction | output |
Definition at line 155 of file PWMAFunction.h.
|
inline |
Definition at line 159 of file PWMAFunction.h.
References domain, and output.
Referenced by mlir::presburger::PWMAFunction::addPiece().
| PresburgerSet mlir::presburger::PWMAFunction::Piece::domain |
Definition at line 156 of file PWMAFunction.h.
Referenced by mlir::presburger::PWMAFunction::addPiece(), isConsistent(), and tiebreakLex().
| MultiAffineFunction mlir::presburger::PWMAFunction::Piece::output |
Definition at line 157 of file PWMAFunction.h.
Referenced by isConsistent(), and tiebreakLex().