MLIR
20.0.0git
|
A PositionalPredicate is a predicate that is associated with a specific positional value. More...
#include "Conversion/PDLToPDLInterp/PredicateTree.h"
Public Member Functions | |
PositionalPredicate (Position *pos, const PredicateBuilder::Predicate &predicate) | |
Public Attributes | |
Position * | position |
The position the predicate is applied to. More... | |
Qualifier * | question |
The question that the predicate applies. More... | |
Qualifier * | answer |
The expected answer of the predicate. More... | |
A PositionalPredicate is a predicate that is associated with a specific positional value.
Definition at line 30 of file PredicateTree.h.
|
inline |
Definition at line 31 of file PredicateTree.h.
Qualifier* mlir::pdl_to_pdl_interp::PositionalPredicate::answer |
The expected answer of the predicate.
Definition at line 42 of file PredicateTree.h.
Position* mlir::pdl_to_pdl_interp::PositionalPredicate::position |
The position the predicate is applied to.
Definition at line 36 of file PredicateTree.h.
Qualifier* mlir::pdl_to_pdl_interp::PositionalPredicate::question |
The question that the predicate applies.
Definition at line 39 of file PredicateTree.h.