Home | History | Annotate | Download | only in useful

Lines Matching refs:IRConst_U64

716       case Ity_I64:  return IRExpr_Const(IRConst_U64(0));
741 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))