My Project
|
#include <Ops.h>
Public Member Functions | |
int64_t | getValue () |
Static Public Member Functions | |
static void | build (Builder *builder, OperationState &result, int64_t value, unsigned width) |
Build a constant int op producing an integer of the specified width. More... | |
static void | build (Builder *builder, OperationState &result, int64_t value, Type type) |
static bool | classof (Operation *op) |
ConstantIntOp only matches values whose result type is an IntegerType. More... | |
This is a refinement of the "constant" op for the case where it is returning an integer value of IntegerType.
%1 = "std.constant"(){value: 42} : i32
|
static |
Build a constant int op producing an integer of the specified width.
|
static |
Build a constant int op producing an integer with the specified type, which must be an integer type.
|
static |
ConstantIntOp only matches values whose result type is an IntegerType.
|
inline |