Home | History | Annotate | Download | only in memcheck

Lines Matching refs:IRConst_U8

390       case Ity_I8:   return IRExpr_Const(IRConst_U8(0));
426 #define mkU8(_n) IRExpr_Const(IRConst_U8(_n))
4185 case Ity_I8: c = IRConst_U8 (V_BITS8_DEFINED); break;