Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

392                     IRCallee* cee, IRType retTy, IRExpr** args )
516 if (retTy == Ity_V128 || retTy == Ity_V256)
660 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
663 switch (retTy) {
1828 vassert(ty == e->Iex.CCall.retty);
1833 if (e->Iex.CCall.retty != Ity_I32)
1840 retty,
5953 IRType retty = Ity_INVALID;
5955 retty = typeOfIRTemp(env->type_env, d->tmp);
5958 switch (retty) {
5974 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
5978 switch (retty) {