Searched refs:ttarg3 (Results 1 – 1 of 1) sorted by relevance
2905 IRType ttarg1, ttarg2, ttarg3, ttarg4; in tcExpr() local2923 ttarg3 = typeOfIRExpr(tyenv, expr->Iex.Qop.arg3); in tcExpr()2926 || t_arg3 != ttarg3 || t_arg4 != ttarg4) { in tcExpr()2945 ppIRType(ttarg3); in tcExpr()2956 IRType ttarg1, ttarg2, ttarg3; in tcExpr() local2973 ttarg3 = typeOfIRExpr(tyenv, expr->Iex.Triop.arg3); in tcExpr()2974 if (t_arg1 != ttarg1 || t_arg2 != ttarg2 || t_arg3 != ttarg3) { in tcExpr()2991 ppIRType(ttarg3); in tcExpr()