Home | History | Annotate | Download | only in priv

Lines Matching full:const0

8328    IRExpr* const0    = is32bit ? mkU32(0)      : mkU64(0);
8349 binop(opCMPEQ, const0, const0),
8371 cond = const0;
8393 binop(opCMPNE, cond, const0),