Lines Matching refs:ttarg1
3326 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local
3343 ttarg1 = typeOfIRExpr(tyenv, qop->arg1); in tcExpr()
3347 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()
3363 ppIRType(ttarg1); in tcExpr()
3378 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local
3394 ttarg1 = typeOfIRExpr(tyenv, triop->arg1); in tcExpr()
3397 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()
3410 ppIRType(ttarg1); in tcExpr()
3423 IRType ttarg1, ttarg2; in tcExpr() local
3437 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg1); in tcExpr()
3439 if (t_arg1 != ttarg1 || t_arg2 != ttarg2) { in tcExpr()
3450 ppIRType(ttarg1); in tcExpr()