Searched refs:ttarg2 (Results 1 – 1 of 1) sorted by relevance
3060 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local3077 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Qop.arg2); in tcExpr()3080 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()3098 ppIRType(ttarg2); in tcExpr()3111 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local3127 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Triop.arg2); in tcExpr()3129 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()3144 ppIRType(ttarg2); in tcExpr()3155 IRType ttarg1, ttarg2; in tcExpr() local3170 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg2); in tcExpr()[all …]