Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicateTree.h178 struct SwitchNode : public MatcherNode { struct
184 return node->getMatcherTypeID() == TypeID::get<SwitchNode>(); in classof() argument
190 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>;
191 ChildMapT &getChildren() { return children; } in getChildren()
DPredicateTree.cpp461 SwitchNode::SwitchNode(Position *position, Qualifier *question) in SwitchNode() function in SwitchNode
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DSwitchNode.java14 public interface SwitchNode { interface
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp988 CfgNode *SwitchNode = nullptr; member in IceBuilder