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) |
Build a constant int op producing an index. More... | |
static bool | classof (Operation *op) |
ConstantIndexOp only matches values whose result type is Index. More... | |
This is a refinement of the "constant" op for the case where it is returning an integer value of Index type.
%1 = "std.constant"(){value: 99} : () -> index
|
static |
Build a constant int op producing an index.
|
static |
ConstantIndexOp only matches values whose result type is Index.
|
inline |