Home | History | Annotate | Download | only in priv

Lines Matching defs:retty

432                     IRCallee* cee, IRType retTy, IRExpr** args )
536 if (retTy == Ity_V128 || retTy == Ity_V256)
599 if (retTy == Ity_V128) {
604 else if (retTy == Ity_V256) {
658 if (retTy == Ity_V128 || retTy == Ity_V256) {
668 switch (retTy) {
1819 vassert(ty == e->Iex.CCall.retty);
1823 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1830 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
1837 if (e->Iex.CCall.retty == Ity_I64)
2375 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */
2382 cal->Iex.CCall.retty, cal->Iex.CCall.args );
4588 IRType retty = Ity_INVALID;
4590 retty = typeOfIRTemp(env->type_env, d->tmp);
4594 switch (retty) {
4610 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
4614 switch (retty) {