Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

514              IRCallee *callee, IRType retTy, IRExpr **args)
620 switch (retTy) {
632 ppIRType(retTy);
1826 expr->Iex.CCall.retty, expr->Iex.CCall.args);
3806 IRType retty;
3828 retty = Ity_INVALID;
3829 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty,
3838 retty = typeOfIRTemp(env->type_env, d->tmp);
3839 if (retty == Ity_I64 || retty == Ity_I32
3840 || retty == Ity_I16 || retty == Ity_I8) {
3845 doHelperCall(&addToSp, &rloc, env, d->guard, d->cee, retty,