Specialization of arith.constant
op that returns a floating point value.
More...
#include "mlir/Dialect/Arith/IR/Arith.h"
Specialization of arith.constant
op that returns a floating point value.
Definition at line 76 of file Arith.h.
◆ build()
void arith::ConstantFloatOp::build |
( |
OpBuilder & |
builder, |
|
|
OperationState & |
result, |
|
|
const APFloat & |
value, |
|
|
FloatType |
type |
|
) |
| |
|
static |
◆ classof()
bool arith::ConstantFloatOp::classof |
( |
Operation * |
op | ) |
|
|
static |
◆ resolveTypeID()
::mlir::TypeID mlir::arith::ConstantFloatOp::resolveTypeID |
( |
| ) |
|
|
inlinestatic |
◆ value()
APFloat mlir::arith::ConstantFloatOp::value |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: