Home | History | Annotate | Download | only in exp-dhat

Lines Matching refs:IRExpr_Const

767 #define mkU32(_n)                IRExpr_Const(IRConst_U32(_n))
768 #define mkU64(_n) IRExpr_Const(IRConst_U64(_n))