Searched refs:ttarg2 (Results 1 – 1 of 1) sorted by relevance
2905 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local2922 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Qop.arg2); in tcExpr()2925 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 in tcExpr()2943 ppIRType(ttarg2); in tcExpr()2956 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local2972 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Triop.arg2); in tcExpr()2974 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()2989 ppIRType(ttarg2); in tcExpr()3000 IRType ttarg1, ttarg2; in tcExpr() local3015 ttarg2 = typeOfIRExpr(tyenv, expr->Iex.Binop.arg2); in tcExpr()[all …]