Searched refs:eqIRConst (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | ir_match.c | 89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con);
|
H A D | ir_opt.c | 3349 return eqIRConst(tc1->u.con, tc2->u.con); 3516 && eqIRConst(&a1->u.Btc.con2, &a2->u.Btc.con2)); 3521 && eqIRConst(&a1->u.Bct.con1, &a2->u.Bct.con1)); 3531 && eqIRConst(&a1->u.Ittc.con0, &a2->u.Ittc.con0)); 3534 && eqIRConst(&a1->u.Itct.con1, &a2->u.Itct.con1) 3538 && eqIRConst(&a1->u.Itcc.con1, &a2->u.Itcc.con1) 3539 && eqIRConst(&a1->u.Itcc.con0, &a2->u.Itcc.con0));
|
H A D | ir_defs.c | 4597 Bool eqIRConst ( const IRConst* c1, const IRConst* c2 ) function 4614 default: vpanic("eqIRConst"); 4705 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con);
|
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 330 extern Bool eqIRConst ( const IRConst*, const IRConst* );
|
/external/valgrind/memcheck/ |
H A D | mc_translate.c | 6590 return eqIRConst( e1->Iex.Const.con, e2->Iex.Const.con );
|
Completed in 102 milliseconds