MLIR 22.0.0git
mlir::tblgen::ConcatPred Class Reference

#include "mlir/TableGen/Predicate.h"

Inheritance diagram for mlir::tblgen::ConcatPred:

Public Member Functions

StringRef getPrefix () const
StringRef getSuffix () const
Public Member Functions inherited from mlir::tblgen::CombinedPred
 CombinedPred (const llvm::Record *record)
 CombinedPred (const llvm::Init *init)
std::string getConditionImpl () const
const llvm::Record * getCombinerDef () const
std::vector< const llvm::Record * > getChildren () 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.

Additional Inherited Members

Protected Attributes inherited from mlir::tblgen::Pred
const llvm::Record * def {nullptr}

Detailed Description

Definition at line 122 of file Predicate.h.

Member Function Documentation

◆ getPrefix()

StringRef ConcatPred::getPrefix ( ) const

Definition at line 384 of file Predicate.cpp.

References mlir::tblgen::Pred::def.

◆ getSuffix()

StringRef ConcatPred::getSuffix ( ) const

Definition at line 388 of file Predicate.cpp.

References mlir::tblgen::Pred::def.


The documentation for this class was generated from the following files: