MLIR
20.0.0git
|
#include "mlir/Analysis/Presburger/GeneratingFunction.h"
Public Member Functions | |
GeneratingFunction (unsigned numParam, SmallVector< int > signs, std::vector< ParamPoint > nums, std::vector< std::vector< Point >> dens) | |
unsigned | getNumParams () const |
SmallVector< int > | getSigns () const |
std::vector< ParamPoint > | getNumerators () const |
std::vector< std::vector< Point > > | getDenominators () const |
GeneratingFunction | operator+ (const GeneratingFunction &gf) const |
llvm::raw_ostream & | print (llvm::raw_ostream &os) const |
Definition at line 51 of file GeneratingFunction.h.
|
inline |
Definition at line 53 of file GeneratingFunction.h.
Referenced by operator+().
|
inline |
Definition at line 71 of file GeneratingFunction.h.
Referenced by mlir::presburger::detail::computeNumTerms().
|
inline |
Definition at line 69 of file GeneratingFunction.h.
Referenced by mlir::presburger::detail::computeNumTerms().
|
inline |
Definition at line 65 of file GeneratingFunction.h.
Referenced by mlir::presburger::detail::computeNumTerms(), and operator+().
|
inline |
Definition at line 67 of file GeneratingFunction.h.
Referenced by mlir::presburger::detail::computeNumTerms().
|
inline |
Definition at line 75 of file GeneratingFunction.h.
References GeneratingFunction(), and getNumParams().
|
inline |
Definition at line 93 of file GeneratingFunction.h.