Home | History | Annotate | Download | only in memcheck

Lines Matching refs:IRConst_U64

406       case Ity_I64:  return IRExpr_Const(IRConst_U64(0));
444 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))
483 IRAtom* z64 = IRExpr_Const(IRConst_U64(0));
5063 case Ity_I64: c = IRConst_U64 (V_BITS64_DEFINED); break;