Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp539 const MDOperand &FunctionPointerMdNode = RSDefNode->getOperand(0); in analyzeModule() local
540 if (FunctionPointerMdNode == nullptr) { in analyzeModule()
547 llvm::dyn_cast<ValueAsMetadata>(FunctionPointerMdNode.get()); in analyzeModule()