My Project
|
#include <Ops.h>
Public Member Functions | |
APFloat | getValue () |
Static Public Member Functions | |
static void | build (Builder *builder, OperationState &result, const APFloat &value, FloatType type) |
Builds a constant float op producing a float of the specified type. More... | |
static bool | classof (Operation *op) |
This is a refinement of the "constant" op for the case where it is returning a float value of FloatType.
%1 = "std.constant"(){value: 42.0} : bf16
|
static |
Builds a constant float op producing a float of the specified type.
|
static |
|
inline |