Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dir_match.c89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con); in matchWrk()
Dir_defs.c3567 Bool eqIRConst ( IRConst* c1, IRConst* c2 ) in eqIRConst() function
3658 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con); in eqIRAtom()
Dir_opt.c2592 && eqIRConst(&a1->u.Btc.con2, &a2->u.Btc.con2)); in eq_AvailExpr()
2597 && eqIRConst(&a1->u.Bct.con1, &a2->u.Bct.con1)); in eq_AvailExpr()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h317 extern Bool eqIRConst ( IRConst*, IRConst* );
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt265 eqIRConst (users, 25 Jan 07)
/external/valgrind/main/
DNEWS1768 assertion failure ("vex: the `impossible' happened: eqIRConst") when
1773 n-i-bz vex: the `impossible' happened: eqIRConst
/external/valgrind/main/memcheck/
Dmc_translate.c5191 return eqIRConst( e1->Iex.Const.con, e2->Iex.Const.con ); in sameIRValue()