Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp22 ConstantInt *pConst = mdconst::extract<ConstantInt>(MDO); in ConstMDToUint32() local
23 return (uint32_t)pConst->getZExtValue(); in ConstMDToUint32()