Searched refs:OldFnRetTy (Results 1 – 2 of 2) sorted by relevance
1963 Type *OldFnRetTy = TheSwitch->getParent()->getParent()->getReturnType(); in emitReplacerCall() local1972 } else if (OldFnRetTy->isVoidTy()) { in emitReplacerCall()1976 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) { in emitReplacerCall()1983 ReturnInst::Create(Context, Constant::getNullValue(OldFnRetTy), in emitReplacerCall()
1831 OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy),1856 CGF.FnRetTy = OldFnRetTy;1872 QualType OldFnRetTy;