Home | History | Annotate | Download | only in VEX

Lines Matching refs:IRConst_U64

695       case Ity_I64:  return IRExpr_Const(IRConst_U64(0));
720 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))