llvm::Type::getByteNTy

Return a byte type with bit width N.

Synopsis

Declared in <llvm/IR/Type.h>

static
ByteType*
getByteNTy(
    LLVMContext& C,
    unsigned int N);

Return Value

The uniqued ByteType with bit width N.

Parameters

NameDescription
CLLVM context in which to unique the type.
NBit width of the byte type.