Home | History | Annotate | Download | only in priv

Lines Matching defs:const0

6145    IRExpr* const0    = is32bit ? mkU32(0)      : mkU64(0);
6166 binop(opCMPEQ, const0, const0),
6188 cond = const0;
6210 binop(opCMPNE, cond, const0),