Searched refs:ttarg3 (Results 1 – 1 of 1) sorted by relevance
3830 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local3849 ttarg3 = typeOfIRExpr(tyenv, qop->arg3); in tcExpr()3852 || t_arg3 != ttarg3 || t_arg4 != ttarg4) { in tcExpr()3871 ppIRType(ttarg3); in tcExpr()3882 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local3900 ttarg3 = typeOfIRExpr(tyenv, triop->arg3); in tcExpr()3901 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()3918 ppIRType(ttarg3); in tcExpr()