Home | History | Annotate | Download | only in priv

Lines Matching refs:retty

1350       ppIRType(e->Iex.CCall.retty);
1870 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
1874 e->Iex.CCall.retty = retty;
2319 e->Iex.CCall.retty,
3577 return e->Iex.CCall.retty;
4152 if (expr->Iex.CCall.retty == Ity_I1)
4153 sanityCheckFail(bb,stmt,"Iex.CCall.retty: cannot return :: Ity_I1");
4382 IRType retTy = Ity_INVALID;
4384 retTy = typeOfIRTemp(tyenv, d->tmp);
4385 if (retTy == Ity_I1)
4406 if (retTy != Ity_V128 && retTy != Ity_V256)
4412 if (retTy == Ity_V128 || retTy == Ity_V256)
4696 IRExpr* mkIRExprCCall ( IRType retty,
4701 retty, args );