Home | History | Annotate | Download | only in MCParser

Lines Matching defs:IntValue

2259         uint64_t IntValue = MCE->getValue();
2260 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
2262 getStreamer().EmitIntValue(IntValue, Size);
4044 uint64_t IntValue = MCE->getValue();
4045 if (!isUIntN(8, IntValue) && !isIntN(8, IntValue))
4060 uint64_t IntValue = MCE->getValue();
4061 if (!isPowerOf2_64(IntValue))
4065 Log2_64(IntValue)));