MLIR
20.0.0git
|
#include "mlir/TableGen/Predicate.h"
Public Member Functions | |
CPred (const llvm::Record *record) | |
CPred (const llvm::Init *init) | |
std::string | getConditionImpl () const |
Public Member Functions inherited from mlir::tblgen::Pred | |
Pred () | |
Pred (const llvm::Record *record) | |
Pred (const llvm::Init *init) | |
bool | isNull () const |
std::string | getCondition () const |
bool | isCombined () const |
ArrayRef< SMLoc > | getLoc () const |
bool | operator== (const Pred &other) const |
operator bool () const | |
const llvm::Record & | getDef () const |
Return the underlying def. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mlir::tblgen::Pred | |
const llvm::Record * | def {nullptr} |
Definition at line 80 of file Predicate.h.
|
explicit |
|
explicit |
std::string CPred::getConditionImpl | ( | ) | const |
Definition at line 65 of file Predicate.cpp.
References mlir::tblgen::Pred::def, and mlir::tblgen::Pred::isNull().
Referenced by mlir::tblgen::Pred::getCondition().