Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IntValue

2976         uint64_t IntValue = MCE->getValue();
2977 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
2979 getStreamer().EmitIntValue(IntValue, Size);