Home | History | Annotate | Download | only in MCParser

Lines Matching defs:IntValue

1732         uint64_t IntValue = MCE->getValue();
1733 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
1735 getStreamer().EmitIntValue(IntValue, Size, DEFAULT_ADDRSPACE);