Home | History | Annotate | Download | only in priv

Lines Matching refs:const4

5585    IRExpr* const4    = is32bit ? mkU32(4)      : mkU64(4);
5632 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5644 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);