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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1028 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); local
1029 if (!TypeIdMDVal)
1032 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata());
2003 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); local
2004 if (!TypeIdMDVal)
2006 auto TypeId = TypeIdMDVal->getMetadata();

Completed in 100 milliseconds