Home | History | Annotate | Download | only in priv

Lines Matching refs:tc1

2976 static Bool eqTmpOrConst ( TmpOrConst* tc1, TmpOrConst* tc2 )
2978 if (tc1->tag != tc2->tag)
2980 switch (tc1->tag) {
2982 return eqIRConst(tc1->u.con, tc2->u.con);
2984 return tc1->u.tmp == tc2->u.tmp;