Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

432                     IRCallee* cee, IRType retTy, IRExpr** args )
525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
526 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
658 switch (retTy) {
1463 vassert(ty == e->Iex.CCall.retty);
1468 if (e->Iex.CCall.retty != Ity_I32)
1475 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
1993 vassert(cal->Iex.CCall.retty == Ity_I32); /* else ill-typed IR */
2000 cal->Iex.CCall.retty, cal->Iex.CCall.args );
2849 e->Iex.CCall.retty, e->Iex.CCall.args );
4089 IRType retty = Ity_INVALID;
4091 retty = typeOfIRTemp(env->type_env, d->tmp);
4094 switch (retty) {
4110 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
4114 switch (retty) {