Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h308 MLIR_CAPI_EXPORTED MlirType mlirFunctionTypeGetInput(MlirType type,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp330 MlirType mlirFunctionTypeGetInput(MlirType type, intptr_t pos) { in mlirFunctionTypeGetInput() function
/external/llvm-project/mlir/test/CAPI/
Dir.c716 if (!mlirTypeEqual(funcInputs[0], mlirFunctionTypeGetInput(funcType, 0)) || in printBuiltinTypes()
717 !mlirTypeEqual(funcInputs[1], mlirFunctionTypeGetInput(funcType, 1))) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2528 types.append(PyType(contextRef, mlirFunctionTypeGetInput(t, i))); in bindDerived()