Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1963 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitReplacerCall() local
1972 } else if (OldFnRetTy->isVoidTy()) { in emitReplacerCall()
1976 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitReplacerCall()
1983 ReturnInst::Create(Context, Constant::getNullValue(OldFnRetTy), in emitReplacerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1831 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy),
1856 CGF.FnRetTy = OldFnRetTy;
1872 QualType OldFnRetTy;