Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp937 static MDNode *extractMDNode(MetadataAsValue *MAV) { in extractMDNode() function
949 MDNode *N = Val ? extractMDNode(unwrap<MetadataAsValue>(Val)) : nullptr; in LLVMSetMetadata()
1287 N->addOperand(extractMDNode(unwrap<MetadataAsValue>(Val))); in LLVMAddNamedMetadataOperand()