Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

398                          IRCallee* cee, IRType retTy, IRExpr** args )
485 if (retTy == Ity_V128 || retTy == Ity_V256)
614 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
617 switch (retTy) {
1840 vassert(ty == e->Iex.CCall.retty);
1845 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1852 e->Iex.CCall.retty, e->Iex.CCall.args );
3810 IRType retty = Ity_INVALID;
3812 retty = typeOfIRTemp(env->type_env, d->tmp);
3816 switch (retty) {
3833 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
3837 switch (retty) {