Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

1263       ppIRType(e->Iex.CCall.retty);
1777 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
1781 e->Iex.CCall.retty = retty;
2221 e->Iex.CCall.retty,
3423 return e->Iex.CCall.retty;
3994 if (expr->Iex.CCall.retty == Ity_I1)
3995 sanityCheckFail(bb,stmt,"Iex.CCall.retty: cannot return :: Ity_I1");
4225 IRType retTy = Ity_INVALID;
4227 retTy = typeOfIRTemp(tyenv, d->tmp);
4228 if (retTy == Ity_I1)
4249 if (retTy != Ity_V128 && retTy != Ity_V256)
4255 if (retTy == Ity_V128 || retTy == Ity_V256)
4538 IRExpr* mkIRExprCCall ( IRType retty,
4543 retty, args );