llvm::Type::getBFloatTy

Return the bfloat (16-bit) floating-point type.

Synopsis

Declared in <llvm/IR/Type.h>

static
Type*
getBFloatTy(LLVMContext& C);

Return Value

The bfloat floating-point type.

Parameters

NameDescription
CLLVM context in which to unique the type.