Searched refs:isZeroU32 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_opt.c1182 static Bool isZeroU32 ( IRExpr* e ) function
2325 if (isZeroU32(e->Iex.Binop.arg2)) {
5266 if (is_Unop(a1, Iop_1Uto32) && isZeroU32(a2))
H A Dhost_x86_isel.c113 static Bool isZeroU32 ( IRExpr* e ) function
925 if (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1)) {
H A Dhost_amd64_isel.c301 static Bool isZeroU32 ( IRExpr* e ) function
973 || (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1))) {
/external/valgrind/memcheck/
H A Dmc_translate.c1077 static Bool isZeroU32 ( IRAtom* e ) function
1107 Bool (*isZero)(IRAtom*) = m64 ? isZeroU64 : isZeroU32;

Completed in 160 milliseconds