My Project
|
#include <SDBMExpr.h>
Public Types | |
using | ImplType = detail::SDBMBinaryExprStorage |
![]() | |
using | ImplType = detail::SDBMExprStorage |
![]() | |
using | ImplType = detail::SDBMExprStorage |
Public Member Functions | |
SDBMDirectExpr | getLHS () const |
SDBMConstantExpr | getStripeFactor () const |
![]() | |
SDBMTermExpr | getTerm () |
int64_t | getConstant () |
If this is a sum expression, return its constant part, otherwise return 0. More... | |
![]() | |
SDBMExpr () | |
SDBMExpr (ImplType *expr) | |
SDBMExpr (const SDBMExpr &)=default | |
SDBMExpr & | operator= (const SDBMExpr &)=default |
bool | operator== (const SDBMExpr &other) const |
SDBM expressions can be compared straight-forwardly. More... | |
bool | operator!= (const SDBMExpr &other) const |
operator bool () const | |
bool | operator! () const |
SDBMExpr | operator- () |
Negate the given SDBM expression. More... | |
void | print (raw_ostream &os) const |
Prints the SDBM expression. More... | |
void | dump () const |
template<typename U > | |
bool | isa () const |
LLVM-style casts. More... | |
template<typename U > | |
U | dyn_cast () const |
template<typename U > | |
U | cast () const |
::llvm::hash_code | hash_value () const |
Support for LLVM hashing. More... | |
SDBMExprKind | getKind () const |
Returns the kind of the SDBM expression. More... | |
MLIRContext * | getContext () const |
Returns the MLIR context in which this expression lives. More... | |
SDBMDialect * | getDialect () const |
Returns the SDBM dialect instance. More... | |
AffineExpr | getAsAffineExpr () const |
Static Public Member Functions | |
static bool | isClassFor (const SDBMExpr &expr) |
static SDBMStripeExpr | get (SDBMDirectExpr var, SDBMConstantExpr stripeFactor) |
![]() | |
static bool | isClassFor (const SDBMExpr &expr) |
![]() | |
static bool | isClassFor (const SDBMExpr &expr) |
![]() | |
static bool | isClassFor (const SDBMExpr &expr) |
![]() | |
static Optional< SDBMExpr > | tryConvertAffineExpr (AffineExpr affine) |
Additional Inherited Members | |
![]() | |
ImplType * | impl |
SDBM stripe expression "x # C" where "x" is a term expression, "C" is a constant expression and "#" is the stripe operator defined as: x # C = x - x mod C.
|
static |
SDBMDirectExpr SDBMStripeExpr::getLHS | ( | ) | const |
SDBMConstantExpr SDBMStripeExpr::getStripeFactor | ( | ) | const |
|
inlinestatic |