Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IntValue

920       uint64_t IntValue = MCE->getValue();
921 if (!isUIntN(Size, IntValue) && !isIntN(Size, IntValue))
923 MaxBytesToFill = IntValue;
949 uint64_t IntValue = MCE->getValue();
950 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
952 getStreamer().EmitIntValue(IntValue, Size);