Searched refs:ExtractedFuncType (Results 1 – 1 of 1) sorted by relevance
644 Type *ExtractedFuncType = R->ExtractedFunction->getReturnType(); in createFunction() local645 if ((RetTy->isVoidTy() && !ExtractedFuncType->isVoidTy()) || in createFunction()646 (RetTy->isIntegerTy(1) && ExtractedFuncType->isIntegerTy(16))) in createFunction()647 RetTy = ExtractedFuncType; in createFunction()