Searched refs:TypeIdMDVal (Results 1 – 1 of 1) sorted by relevance
1068 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in importTypeTest() local1069 if (!TypeIdMDVal) in importTypeTest()1072 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata()); in importTypeTest()2306 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in lower() local2307 if (!TypeIdMDVal) in lower()2309 auto TypeId = TypeIdMDVal->getMetadata(); in lower()