Home
last modified time | relevance | path

Searched refs:tri2 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c1110 IRTriop *tri2 = e2->Iex.Triop.details; in sameIRExprs_aux2() local
1111 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()