Home | History | Annotate | Download | only in priv

Lines Matching refs:isZeroU64

1182 static Bool isZeroU64 ( IRExpr* e )
2199 && (isZeroU64(e->Iex.Binop.arg1)
2200 || isZeroU64(e->Iex.Binop.arg2))) {