MLIR  19.0.0git
Public Member Functions | List of all members
mlir::tblgen::CPred Class Reference

#include "mlir/TableGen/Predicate.h"

+ Inheritance diagram for mlir::tblgen::CPred:

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}
 

Detailed Description

Definition at line 80 of file Predicate.h.

Constructor & Destructor Documentation

◆ CPred() [1/2]

CPred::CPred ( const llvm::Record *  record)
explicit

Definition at line 51 of file Predicate.cpp.

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

◆ CPred() [2/2]

CPred::CPred ( const llvm::Init *  init)
explicit

Definition at line 56 of file Predicate.cpp.

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

Member Function Documentation

◆ getConditionImpl()

std::string CPred::getConditionImpl ( ) const

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