MLIR
20.0.0git
|
Specialization of arith.constant
op that returns a floating point value.
More...
#include "mlir/Dialect/Arith/IR/Arith.h"
Public Member Functions | |
APFloat | value () |
Static Public Member Functions | |
::mlir::TypeID | resolveTypeID () |
static void | build (OpBuilder &builder, OperationState &result, const APFloat &value, FloatType type) |
Build a constant float op that produces a float of the specified type. More... | |
static bool | classof (Operation *op) |
Specialization of arith.constant
op that returns a floating point value.
|
static |
Build a constant float op that produces a float of the specified type.
Definition at line 278 of file ArithOps.cpp.
References mlir::Builder::getFloatAttr().
|
static |
Definition at line 284 of file ArithOps.cpp.
|
inlinestatic |