isByteTy overloads
Declared in <llvm/IR/Type.h>
True if this is an instance of ByteType.
bool
isByteTy() const;
» more...
Return true if this is a ByteType of the given width.
bool
isByteTy(unsigned int BitWidth) const;
» more...
| Name | Description |
|---|---|
| BitWidth | Required byte bit width. |