Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp244 MDNode *DescriptorTableNode) { in parseDescriptorTable() argument
245 const unsigned int NumOperands = DescriptorTableNode->getNumOperands(); in parseDescriptorTable()
250 if (std::optional<uint32_t> Val = extractMdIntValue(DescriptorTableNode, 1)) in parseDescriptorTable()
260 MDNode *Element = dyn_cast<MDNode>(DescriptorTableNode->getOperand(I)); in parseDescriptorTable()