Lines Matching refs:retty
1463 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk()
1468 if (e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk()
1475 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); in iselIntExpr_R_wrk()
1993 vassert(cal->Iex.CCall.retty == Ity_I32); /* else ill-typed IR */ in iselCondCode_wrk()
2000 cal->Iex.CCall.retty, cal->Iex.CCall.args ); in iselCondCode_wrk()
2849 e->Iex.CCall.retty, e->Iex.CCall.args ); in iselInt64Expr_wrk()
4089 IRType retty = Ity_INVALID; in iselStmt() local
4091 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt()
4094 switch (retty) { in iselStmt()
4110 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt()
4114 switch (retty) { in iselStmt()