MLIR 22.0.0git
mlir::presburger::PWMAFunction::Piece Struct Reference

#include "mlir/Analysis/Presburger/PWMAFunction.h"

Public Member Functions

bool isConsistent () const

Public Attributes

PresburgerSet domain
MultiAffineFunction output

Detailed Description

Definition at line 155 of file PWMAFunction.h.

Member Function Documentation

◆ isConsistent()

bool mlir::presburger::PWMAFunction::Piece::isConsistent ( ) const
inline

Definition at line 159 of file PWMAFunction.h.

References domain, and output.

Referenced by mlir::presburger::PWMAFunction::addPiece().

Member Data Documentation

◆ domain

PresburgerSet mlir::presburger::PWMAFunction::Piece::domain

◆ output

MultiAffineFunction mlir::presburger::PWMAFunction::Piece::output

Definition at line 157 of file PWMAFunction.h.

Referenced by isConsistent(), and tiebreakLex().


The documentation for this struct was generated from the following file: