Home
last modified time | relevance | path

Searched refs:TypeIdStr (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp967 auto TypeIdStr = dyn_cast<MDString>(TypeIdMDVal->getMetadata()); in importTypeTest() local
968 if (!TypeIdStr) in importTypeTest()
972 TypeIdLowering TIL = importTypeId(TypeIdStr->getString()); in importTypeTest()
973 Value *Lowered = lowerTypeTestCall(TypeIdStr, CI, TIL); in importTypeTest()