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;
| Name | Description |
|---|---|
| STI | Generic base class for all target subtargets. |