Searched refs:MaxEncodableValue (Results 1 – 1 of 1) sorted by relevance
2043 const unsigned MaxEncodableValue = MaxEncoding << ShiftSize; in emitFrameOffset() local2046 if (((unsigned)Offset) > MaxEncodableValue) { in emitFrameOffset()2047 ThisVal = MaxEncodableValue; in emitFrameOffset()2049 ThisVal = Offset & MaxEncodableValue; in emitFrameOffset()