Home | History | Annotate | Download | only in memcheck

Lines Matching refs:IRConst_U64

382       case Ity_I64:  return IRExpr_Const(IRConst_U64(0));
418 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))
455 return binop(Iop_64HLto128, IRExpr_Const(IRConst_U64(0)),
456 IRExpr_Const(IRConst_U64(0)));
3867 case Ity_I64: c = IRConst_U64 (V_BITS64_DEFINED); break;