Searched defs:eqIRConst (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_defs.c4597 Bool eqIRConst ( const IRConst* c1, const IRConst* c2 ) function
4614 default: vpanic("eqIRConst");
4705 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con);

Completed in 1211 milliseconds