Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_defs.c3060 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local
3076 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Qop.arg1); in tcExpr()
3080 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()
3096 ppIRType(ttarg1); in tcExpr()
3111 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local
3126 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Triop.arg1); in tcExpr()
3129 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()
3142 ppIRType(ttarg1); in tcExpr()
3155 IRType ttarg1, ttarg2; in tcExpr() local
3169 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg1); in tcExpr()
[all …]