Searched refs:ttarg3 (Results 1 – 1 of 1) sorted by relevance
3326 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local3345 ttarg3 = typeOfIRExpr(tyenv, qop->arg3); in tcExpr()3348 || t_arg3 != ttarg3 || t_arg4 != ttarg4) { in tcExpr()3367 ppIRType(ttarg3); in tcExpr()3378 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local3396 ttarg3 = typeOfIRExpr(tyenv, triop->arg3); in tcExpr()3397 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()3414 ppIRType(ttarg3); in tcExpr()