Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

433                     IRCallee* cee, IRType retTy, IRExpr** args )
537 if (retTy == Ity_V128 || retTy == Ity_V256)
600 if (retTy == Ity_V128) {
605 else if (retTy == Ity_V256) {
659 if (retTy == Ity_V128 || retTy == Ity_V256) {
669 switch (retTy) {
1820 vassert(ty == e->Iex.CCall.retty);
1824 if (e->Iex.CCall.retty != Ity_I64 && e->Iex.CCall.retty != Ity_I32)
1831 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
1838 if (e->Iex.CCall.retty == Ity_I64)
2376 vassert(cal->Iex.CCall.retty == Ity_I64); /* else ill-typed IR */
2383 cal->Iex.CCall.retty, cal->Iex.CCall.args );
4515 IRType retty = Ity_INVALID;
4517 retty = typeOfIRTemp(env->type_env, d->tmp);
4521 switch (retty) {
4537 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
4541 switch (retty) {