Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp1254 if (auto *RawNode = N.getRawRetainedNodes()) { in visitDISubprogram() local
1255 auto *Node = dyn_cast<MDTuple>(RawNode); in visitDISubprogram()
1256 AssertDI(Node, "invalid retained nodes list", &N, RawNode); in visitDISubprogram()