Searched refs:eqIRConst (Results 1 – 7 of 7) sorted by relevance
89 return eqIRConst(p->Iex.Const.con, e->Iex.Const.con); in matchWrk()
3567 Bool eqIRConst ( IRConst* c1, IRConst* c2 ) in eqIRConst() function3658 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con); in eqIRAtom()
2592 && 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()
317 extern Bool eqIRConst ( IRConst*, IRConst* );
265 eqIRConst (users, 25 Jan 07)
1768 assertion failure ("vex: the `impossible' happened: eqIRConst") when1773 n-i-bz vex: the `impossible' happened: eqIRConst
5191 return eqIRConst( e1->Iex.Const.con, e2->Iex.Const.con ); in sameIRValue()