Home | History | Annotate | Download | only in VEX

Lines Matching refs:IRConst_U64

672       case Ity_I64:  return IRExpr_Const(IRConst_U64(0));
697 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))