llvm::Type::getByte1Ty

Return the 1-bit byte type.

Synopsis

Declared in <llvm/IR/Type.h>

static
ByteType*
getByte1Ty(LLVMContext& C);

Return Value

The 1-bit byte type.

Parameters

NameDescription
CLLVM context in which to unique the type.