Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

384                     IRCallee* cee, IRType retTy, IRExpr** args )
508 if (retTy == Ity_V128 || retTy == Ity_V256)
652 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
655 switch (retTy) {
1839 vassert(ty == e->Iex.CCall.retty);
1844 if (e->Iex.CCall.retty != Ity_I32)
1851 e->Iex.CCall.cee, e->Iex.CCall.retty,
5969 IRType retty = Ity_INVALID;
5971 retty = typeOfIRTemp(env->type_env, d->tmp);
5974 switch (retty) {
5990 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
5994 switch (retty) {