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