Lines Matching refs:retty
1819 vassert(ty == e->Iex.CCall.retty); in iselIntExpr_R_wrk()
1823 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32) in iselIntExpr_R_wrk()
1830 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args ); in iselIntExpr_R_wrk()
1837 if (e->Iex.CCall.retty == Ity_I64) in iselIntExpr_R_wrk()
2375 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */ in iselCondCode_wrk()
2382 cal->Iex.CCall.retty, cal->Iex.CCall.args ); in iselCondCode_wrk()
4565 IRType retty = Ity_INVALID; in iselStmt() local
4567 retty = typeOfIRTemp(env->type_env, d->tmp); in iselStmt()
4571 switch (retty) { in iselStmt()
4587 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args ); in iselStmt()
4591 switch (retty) { in iselStmt()