Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1012 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in importTypeTest() local
1013 if (!TypeIdMDVal) in importTypeTest()
1016 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata()); in importTypeTest()
2107 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in lower() local
2108 if (!TypeIdMDVal) in lower()
2110 auto TypeId = TypeIdMDVal->getMetadata(); in lower()