Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

688                     IRCallee* cee, IRType retTy, IRExpr** args )
808 if (retTy == Ity_V128 || retTy == Ity_V256)
907 if (retTy == Ity_V128) {
913 else if (retTy == Ity_V256) {
990 if (retTy == Ity_V128 || retTy == Ity_V256) {
1000 switch (retTy) {
2315 vassert(ty == e->Iex.CCall.retty); /* well-formedness of IR */
2326 e->Iex.CCall.cee, e->Iex.CCall.retty, e->Iex.CCall.args );
5595 IRType retty = Ity_INVALID;
5597 retty = typeOfIRTemp(env->type_env, d->tmp);
5602 switch (retty) {
5611 switch (retty) {
5628 doHelperCall( &addToSp, &rloc, env, d->guard, d->cee, retty, d->args );
5632 switch (retty) {