Searched refs:TypeIdMDVal (Results 1 – 1 of 1) sorted by relevance
963 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in importTypeTest() local964 if (!TypeIdMDVal) in importTypeTest()967 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata()); in importTypeTest()1926 auto TypeIdMDVal = dyn_cast<MetadataAsValue>(CI->getArgOperand(1)); in lower() local1927 if (!TypeIdMDVal) in lower()1929 auto TypeId = TypeIdMDVal->getMetadata(); in lower()