Home | History | Annotate | Download | only in priv

Lines Matching full:tri2

1056          IRTriop *tri2 = e2->Iex.Triop.details;
1057 return toBool( tri1->op == tri2->op
1058 && sameIRExprs_aux( env, tri1->arg1, tri2->arg1 )
1059 && sameIRExprs_aux( env, tri1->arg2, tri2->arg2 )
1060 && sameIRExprs_aux( env, tri1->arg3, tri2->arg3 ));