MLIR 22.0.0git
mlir::pdl_to_pdl_interp::OperandCountQuestion Struct Reference

Compare the number of operands of an operation with a known value. More...

#include "Conversion/PDLToPDLInterp/Predicate.h"

Inheritance diagram for mlir::pdl_to_pdl_interp::OperandCountQuestion:

Additional Inherited Members

Public Types inherited from mlir::pdl_to_pdl_interp::PredicateBase< OperandCountQuestion, Qualifier, void, Predicates::OperandCountQuestion >
using KeyTy
using Base
Public Member Functions inherited from mlir::pdl_to_pdl_interp::PredicateBase< OperandCountQuestion, Qualifier, void, Predicates::OperandCountQuestion >
 PredicateBase (KeyT &&key)
bool operator== (const KeyTy &key) const
 Utility methods required by the storage allocator.
const KeyTygetValue () const
 Return the key value of this predicate.
Public Member Functions inherited from mlir::pdl_to_pdl_interp::Qualifier
 Qualifier (Predicates::Kind kind)
Predicates::Kind getKind () const
 Returns the kind of this qualifier.
Static Public Member Functions inherited from mlir::pdl_to_pdl_interp::PredicateBase< OperandCountQuestion, Qualifier, void, Predicates::OperandCountQuestion >
static OperandCountQuestionget (StorageUniquer &uniquer, Args &&...args)
 Get an instance of this position.
static OperandCountQuestionconstruct (StorageUniquer::StorageAllocator &alloc, KeyT &&key)
 Construct an instance with the given storage allocator.
static bool classof (const Qualifier *pred)
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()=default
Protected Attributes inherited from mlir::pdl_to_pdl_interp::PredicateBase< OperandCountQuestion, Qualifier, void, Predicates::OperandCountQuestion >
KeyTy key

Detailed Description

Compare the number of operands of an operation with a known value.

Definition at line 536 of file Predicate.h.


The documentation for this struct was generated from the following file: