Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IntValue

1774         uint64_t IntValue = MCE->getValue();
1775 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
1777 getStreamer().EmitIntValue(IntValue, Size);