Searched refs:isZeroU64 (Results 1 – 4 of 4) sorted by relevance
338 static Bool isZeroU64 ( IRExpr* e ) { in isZeroU64() function1525 if (isZeroU64(e->Iex.Binop.arg1)) { in iselIntExpr_R_wrk()
294 static Bool isZeroU64 ( IRExpr* e ) in isZeroU64() function972 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1)) in iselIntExpr_R_wrk()
1192 static Bool isZeroU64 ( IRExpr* e )
1096 static Bool isZeroU64 ( IRAtom* e ) in isZeroU64() function1118 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32; in doCmpORD()