Searched refs:ttarg1 (Results 1 – 1 of 1) sorted by relevance
3988 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local4005 ttarg1 = typeOfIRExpr(tyenv, qop->arg1); in tcExpr()4009 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()4025 ppIRType(ttarg1); in tcExpr()4040 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local4056 ttarg1 = typeOfIRExpr(tyenv, triop->arg1); in tcExpr()4059 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()4072 ppIRType(ttarg1); in tcExpr()4085 IRType ttarg1, ttarg2; in tcExpr() local4099 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg1); in tcExpr()[all …]