Home | History | Annotate | Download | only in priv

Lines Matching refs:tri1

1101          IRTriop *tri1 = e1->Iex.Triop.details;
1103 return toBool( tri1->op == tri2->op
1104 && sameIRExprs_aux( env, tri1->arg1, tri2->arg1 )
1105 && sameIRExprs_aux( env, tri1->arg2, tri2->arg2 )
1106 && sameIRExprs_aux( env, tri1->arg3, tri2->arg3 ));