Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

397                          IRCallee* cee, IRType retTy, IRExpr** args )
484 if (retTy == Ity_V128 || retTy == Ity_V256)
613 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
616 switch (retTy) {
1835 vassert(ty == e->Iex.CCall.retty);
1840 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1847 e->Iex.CCall.retty, e->Iex.CCall.args );
3801 IRType retty = Ity_INVALID;
3803 retty = typeOfIRTemp(env->type_env, d->tmp);
3807 switch (retty) {
3824 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
3828 switch (retty) {