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
Name |
Description |
C |
LLVM context in which to unique the type. |
Created with MrDocs