Home | History | Annotate | Download | only in VEX

Lines Matching refs:IRConst_U16

693       case Ity_I16:  return IRExpr_Const(IRConst_U16(0));
718 #define mkU16(_n) IRExpr_Const(IRConst_U16(_n))