Home | History | Annotate | Download | only in AsmParser

Lines Matching full:intvalue

2885         uint64_t IntValue = MCE->getValue();
2886 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
2888 getStreamer().EmitIntValue(IntValue, Size);