Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h330 MLIR_CAPI_EXPORTED MlirType mlirFunctionTypeGetInput(MlirType type,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp356 MlirType mlirFunctionTypeGetInput(MlirType type, intptr_t pos) { in mlirFunctionTypeGetInput() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp599 types.append(PyType(contextRef, mlirFunctionTypeGetInput(t, i))); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c794 if (!mlirTypeEqual(funcInputs[0], mlirFunctionTypeGetInput(funcType, 0)) || in printBuiltinTypes()
795 !mlirTypeEqual(funcInputs[1], mlirFunctionTypeGetInput(funcType, 1))) in printBuiltinTypes()