static T3 ai_triple_simplifyC(T3 t) { ret t == null ? null : t3(t.a, t.b, ai_simplifyNP_2(t.c)); }