llvm::Type::isByteTy

isByteTy overloads

Synopses

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...