Home
last modified time | relevance | path

Searched defs:SwitchNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h184 struct SwitchNode : public MatcherNode { struct
190 return node->getMatcherTypeID() == TypeID::get<SwitchNode>(); in classof() argument
196 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>;
197 ChildMapT &getChildren() { return children; } in getChildren()
200 std::pair<Qualifier *, std::unique_ptr<MatcherNode>> &getChild(unsigned i) { in getChild()
H A DPredicateTree.cpp999 SwitchNode::SwitchNode(Position *position, Qualifier *question) in SwitchNode() function in SwitchNode