Lines Matching refs:tcmp
958 tree tcmp;
963 tcmp = lower_struct_comparison (code, ts->sym, t1ref, t2ref);
968 tcmp = build_boolop (code, t1ref, t2ref);
974 tcmp = build_float_identity (code, t1ref, t2ref);
982 tcmp = build_boolop (tcode, req, ieq);
1003 tcmp = build_boolop (code, t1ref, t2ref);
1008 tcmp = build_memcmp_call (build_address (t1ref),
1011 tcmp = build_boolop (code, tcmp, integer_zero_node);
1015 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp;