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

/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c371 static Bool isZeroU64 ( IRExpr* e ) { function
1672 if (isZeroU64(e->Iex.Binop.arg1)) {
H A Dhost_amd64_isel.c295 static Bool isZeroU64 ( IRExpr* e ) function
973 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1))
H A Dir_opt.c1182 static Bool isZeroU64 ( IRExpr* e ) function
2199 && (isZeroU64(e->Iex.Binop.arg1)
2200 || isZeroU64(e->Iex.Binop.arg2))) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c1016 static Bool isZeroU64 ( IRAtom* e ) function
1038 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32;

Completed in 180 milliseconds