Searched refs:tri2 (Results 1 – 1 of 1) sorted by relevance
1110 IRTriop *tri2 = e2->Iex.Triop.details; in sameIRExprs_aux2() local1111 return toBool( tri1->op == tri2->op in sameIRExprs_aux2()1112 && sameIRExprs_aux( env, tri1->arg1, tri2->arg1 ) in sameIRExprs_aux2()1113 && sameIRExprs_aux( env, tri1->arg2, tri2->arg2 ) in sameIRExprs_aux2()1114 && sameIRExprs_aux( env, tri1->arg3, tri2->arg3 )); in sameIRExprs_aux2()