MLIR
20.0.0git
|
Specialization of arith.constant
op that returns an integer of index type.
More...
#include "mlir/Dialect/Arith/IR/Arith.h"
Public Member Functions | |
int64_t | value () |
Static Public Member Functions | |
::mlir::TypeID | resolveTypeID () |
static void | build (OpBuilder &builder, OperationState &result, int64_t value) |
Build a constant int op that produces an index. More... | |
static bool | classof (Operation *op) |
Specialization of arith.constant
op that returns an integer of index type.
|
static |
Build a constant int op that produces an index.
Definition at line 290 of file ArithOps.cpp.
References mlir::Builder::getIndexAttr(), and mlir::Builder::getIndexType().
|
static |
Definition at line 296 of file ArithOps.cpp.
|
inlinestatic |