Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp643 Type *ExtractedFuncType = R->ExtractedFunction->getReturnType(); in createFunction() local
644 if ((RetTy->isVoidTy() && !ExtractedFuncType->isVoidTy()) || in createFunction()
645 (RetTy->isIntegerTy(1) && ExtractedFuncType->isIntegerTy(16))) in createFunction()
646 RetTy = ExtractedFuncType; in createFunction()