Searched refs:TypeIdStr (Results 1 – 1 of 1) sorted by relevance
967 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata()); in importTypeTest() local968 if (!TypeIdStr) in importTypeTest()972 TypeIdLowering TIL = importTypeId(TypeIdStr->getString()); in importTypeTest()973 Value *Lowered = lowerTypeTestCall(TypeIdStr, CI, TIL); in importTypeTest()