Searched refs:ConstMD (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp146 auto ConstMD = dyn_cast<ConstantAsMetadata>(MDAsVal->getMetadata()); local
147 if (!ConstMD)
149 Constant *C = ConstMD->getValue();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2614 if (auto *ConstMD = dyn_cast<ConstantAsMetadata>(MD))
2615 MDN = MDNode::get(MF->getFunction().getContext(), ConstMD);

Completed in 186 milliseconds