Lines Matching refs:ttarg1
3060 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()
3171 if (t_arg1 != ttarg1 || t_arg2 != ttarg2) { in tcExpr()
3182 ppIRType(ttarg1); in tcExpr()