Returns the maximum possible encoded instruction size in bytes. If STI is null, this should be the maximum size for any subtarget.
Declared in <llvm/MC/MCAsmInfo.h>
virtual
unsigned int
getMaxInstLength(MCSubtargetInfo const* STI = nullptr) const;
The maximum encoded instruction size in bytes.
| Name | Description |
|---|---|
| STI | Optional subtarget; null means any subtarget. |