Home
last modified time | relevance | path

Searched refs:matcherTypeID (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicateTree.h79 TypeID getMatcherTypeID() const { return matcherTypeID; } in getMatcherTypeID()
82 MatcherNode(TypeID matcherTypeID, Position *position = nullptr,
100 TypeID matcherTypeID; variable
DPredicateTree.cpp431 MatcherNode::MatcherNode(TypeID matcherTypeID, Position *p, Qualifier *q, in MatcherNode() argument
434 matcherTypeID(matcherTypeID) {} in MatcherNode()