Home
last modified time | relevance | path

Searched refs:ttarg2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_defs.c3988 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local
4006 ttarg2 = typeOfIRExpr(tyenv, qop->arg2); in tcExpr()
4009 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()
4027 ppIRType(ttarg2); in tcExpr()
4040 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local
4057 ttarg2 = typeOfIRExpr(tyenv, triop->arg2); in tcExpr()
4059 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()
4074 ppIRType(ttarg2); in tcExpr()
4085 IRType ttarg1, ttarg2; in tcExpr() local
4100 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg2); in tcExpr()
[all …]