Home
last modified time | relevance | path

Searched refs:mlirOperationGetOperand (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h467 MLIR_CAPI_EXPORTED MlirValue mlirOperationGetOperand(MlirOperation op,
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1713 MlirValue opOperand = mlirOperationGetOperand(op, 0); in testOperands()
1719 opOperand = mlirOperationGetOperand(op, 0); in testOperands()
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md154 type of the subobject. For example, `mlirOperationGetOperand` returns an
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp428 MlirValue mlirOperationGetOperand(MlirOperation op, intptr_t pos) { in mlirOperationGetOperand() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2062 MlirValue operand = mlirOperationGetOperand(operation->get(), pos); in getRawElement()