|
MLIR
22.0.0git
|
This is the complete list of members for mlir::arith::ConstantIntOp, including all inherited members.
| build(OpBuilder &builder, OperationState &result, int64_t value, unsigned width) | mlir::arith::ConstantIntOp | static |
| build(OpBuilder &builder, OperationState &result, Type type, int64_t value) | mlir::arith::ConstantIntOp | static |
| build(OpBuilder &builder, OperationState &result, Type type, const APInt &value) | mlir::arith::ConstantIntOp | static |
| classof(Operation *op) | mlir::arith::ConstantIntOp | static |
| create(OpBuilder &builder, Location location, int64_t value, unsigned width) | mlir::arith::ConstantIntOp | static |
| create(ImplicitLocOpBuilder &builder, int64_t value, unsigned width) | mlir::arith::ConstantIntOp | static |
| create(OpBuilder &builder, Location location, Type type, int64_t value) | mlir::arith::ConstantIntOp | static |
| create(ImplicitLocOpBuilder &builder, Type type, int64_t value) | mlir::arith::ConstantIntOp | static |
| create(OpBuilder &builder, Location location, Type type, const APInt &value) | mlir::arith::ConstantIntOp | static |
| create(ImplicitLocOpBuilder &builder, Type type, const APInt &value) | mlir::arith::ConstantIntOp | static |
| resolveTypeID() | mlir::arith::ConstantIntOp | inlinestatic |
| value() | mlir::arith::ConstantIntOp | inline |