Home | History | Annotate | Download | only in Interpreter

Lines Matching full:retty

837 void Interpreter::popStackAndReturnValueToCaller(Type *RetTy,
843 if (RetTy && !RetTy->isVoidTy()) { // Nonvoid return type?
865 Type *RetTy = Type::getVoidTy(I.getContext());
870 RetTy = I.getReturnValue()->getType();
874 popStackAndReturnValueToCaller(RetTy, Result);