Searched refs:eqIRConst (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_match.c | 89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con); in matchWrk()
|
D | ir_opt.c | 3353 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()
|
D | ir_defs.c | 4603 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/ |
D | libvex_ir.h | 330 extern Bool eqIRConst ( const IRConst*, const IRConst* );
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 265 eqIRConst (users, 25 Jan 07)
|
/external/valgrind/ |
D | NEWS.old | 303 assertion failure ("vex: the `impossible' happened: eqIRConst") when 308 n-i-bz vex: the `impossible' happened: eqIRConst
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 6597 return eqIRConst( e1->Iex.Const.con, e2->Iex.Const.con ); in sameIRValue()
|