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