Searched refs:ttarg1 (Results 1 – 1 of 1) sorted by relevance
3326 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local3343 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() local3394 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() local3437 ttarg1 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg1); in tcExpr()[all …]