Lines Matching defs:IntValue
1816 uint64_t IntValue = MCE->getValue();1817 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))1819 getStreamer().EmitIntValue(IntValue, Size, DEFAULT_ADDRSPACE);