Home | History | Annotate | Download | only in VEX

Lines Matching refs:IRConst_U8

669       case Ity_I8:   return IRExpr_Const(IRConst_U8(0));
694 #define mkU8(_n) IRExpr_Const(IRConst_U8(_n))