Home | History | Annotate | Download | only in priv

Lines Matching refs:eqIRConst

3863 Bool eqIRConst ( IRConst* c1, IRConst* c2 )
3880 default: vpanic("eqIRConst");
3959 return eqIRConst(a1->Iex.Const.con, a2->Iex.Const.con);