Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h333 MLIR_CAPI_EXPORTED MlirValue mlirOperationGetOperand(MlirOperation op,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp285 MlirValue mlirOperationGetOperand(MlirOperation op, intptr_t pos) { in mlirOperationGetOperand() function
/external/llvm-project/mlir/docs/
DCAPI.md154 type of the subobject. For example, `mlirOperationGetOperand` returns an
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1308 return PyValue(operation, mlirOperationGetOperand(operation->get(), pos)); in getElement()