MLIR
20.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, mlir::presburger::MultiAffineFunction::getDomainSpace(), mlir::presburger::PresburgerRelation::getSpace(), mlir::presburger::PresburgerSpace::isCompatible(), 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(), mlir::presburger::IntegerRelation::findSymbolicIntegerLexMax(), isConsistent(), and tiebreakLex().
MultiAffineFunction mlir::presburger::PWMAFunction::Piece::output |
Definition at line 157 of file PWMAFunction.h.
Referenced by isConsistent(), and tiebreakLex().