HomeSort by: relevance | last modified time | path
    Searched refs:TypeIdValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 247 Value *TypeIdValue = CI->getArgOperand(2);
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata();
WholeProgramDevirt.cpp 1855 Value *TypeIdValue = CI->getArgOperand(2);
1856 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata();
1885 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue});

Completed in 25 milliseconds