isByteTy overloads
isByteTy
Declared in <llvm/IR/Type.h>
<llvm/IR/Type.h>
True if this is an instance of ByteType.
bool isByteTy() const;
Return true if this is a ByteType of the given width.
bool isByteTy(unsigned int BitWidth) const;