Home | History | Annotate | Download | only in memcheck

Lines Matching refs:IRConst_U8

379       case Ity_I8:   return IRExpr_Const(IRConst_U8(0));
415 #define mkU8(_n) IRExpr_Const(IRConst_U8(_n))
3870 case Ity_I8: c = IRConst_U8 (V_BITS8_DEFINED); break;