Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

721                     IRCallee* cee, IRType retTy, IRExpr** args,
836 if (retTy == Ity_V128 || retTy == Ity_V256)
937 if (retTy == Ity_V128) {
943 else if (retTy == Ity_V256) {
1020 if (retTy == Ity_V128 || retTy == Ity_V256) {
1030 switch (retTy) {
2395 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */
2406 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args,
5829 IRType retty = Ity_INVALID;
5831 retty = typeOfIRTemp(env->type_env, d->tmp);
5838 switch (retty) {
5854 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args,
5859 switch (retty) {