Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h79 TypeID getMatcherTypeID() const { return matcherTypeID; } in getMatcherTypeID() function
117 return node->getMatcherTypeID() == TypeID::get<BoolNode>(); in classof()
144 return node->getMatcherTypeID() == TypeID::get<ExitNode>(); in classof()
161 return node->getMatcherTypeID() == TypeID::get<SuccessNode>(); in classof()
190 return node->getMatcherTypeID() == TypeID::get<SwitchNode>(); in classof()