Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_match.c89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con); in matchWrk()
Dir_opt.c3353 return eqIRConst(tc1->u.con, tc2->u.con); in eqTmpOrConst()
3520 && eqIRConst(&a1->u.Btc.con2, &a2->u.Btc.con2)); in eq_AvailExpr()
3525 && eqIRConst(&a1->u.Bct.con1, &a2->u.Bct.con1)); in eq_AvailExpr()
3535 && eqIRConst(&a1->u.Ittc.con0, &a2->u.Ittc.con0)); in eq_AvailExpr()
3538 && eqIRConst(&a1->u.Itct.con1, &a2->u.Itct.con1) in eq_AvailExpr()
3542 && eqIRConst(&a1->u.Itcc.con1, &a2->u.Itcc.con1) in eq_AvailExpr()
3543 && eqIRConst(&a1->u.Itcc.con0, &a2->u.Itcc.con0)); in eq_AvailExpr()
Dir_defs.c4603 Bool eqIRConst ( const IRConst* c1, const IRConst* c2 ) in eqIRConst() function
4711 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con); in eqIRAtom()
/external/valgrind/VEX/pub/
Dlibvex_ir.h330 extern Bool eqIRConst ( const IRConst*, const IRConst* );
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt265 eqIRConst (users, 25 Jan 07)
/external/valgrind/
DNEWS.old303 assertion failure ("vex: the `impossible' happened: eqIRConst") when
308 n-i-bz vex: the `impossible' happened: eqIRConst
/external/valgrind/memcheck/
Dmc_translate.c6597 return eqIRConst( e1->Iex.Const.con, e2->Iex.Const.con ); in sameIRValue()