Searched refs:RawImmValue (Results 1 – 1 of 1) sorted by relevance
655 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET() local658 if (RawImmValue < -2147483648LL || RawImmValue > 4294967295LL) { in expandSET()665 int32_t ImmValue = RawImmValue; in expandSET()