Searched refs:TypeTestFunc (Results 1 – 2 of 2) sorted by relevance
263 void scanTypeTestUsers(Function *TypeTestFunc, Function *AssumeFunc);658 void DevirtModule::scanTypeTestUsers(Function *TypeTestFunc, in scanTypeTestUsers() argument666 for (auto I = TypeTestFunc->use_begin(), E = TypeTestFunc->use_end(); in scanTypeTestUsers()704 Function *TypeTestFunc = Intrinsic::getDeclaration(&M, Intrinsic::type_test); in scanTypeCheckedLoadUsers() local745 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()783 Function *TypeTestFunc = in run() local789 if ((!TypeTestFunc || TypeTestFunc->use_empty() || !AssumeFunc || in run()794 if (TypeTestFunc && AssumeFunc) in run()795 scanTypeTestUsers(TypeTestFunc, AssumeFunc); in run()
871 Function *TypeTestFunc = in lower() local873 if (!TypeTestFunc || TypeTestFunc->use_empty()) in lower()898 for (const Use &U : TypeTestFunc->uses()) { in lower()