Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h70 bool IsMatchRoot = false; variable
103 bool isMatchRoot() const { return IsMatchRoot; } in isMatchRoot()
H A DGIMatchDagInstr.cpp41 IsMatchRoot = true; in setMatchRoot()