Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h273 MLIR_CAPI_EXPORTED bool mlirTypeIsATuple(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp287 bool mlirTypeIsATuple(MlirType type) { return unwrap(type).isa<TupleType>(); } in mlirTypeIsATuple() function
/external/llvm-project/mlir/test/CAPI/
Dir.c698 if (!mlirTypeIsATuple(tuple) || mlirTupleTypeGetNumTypes(tuple) != 2 || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2465 static constexpr IsAFunctionTy isaFunction = mlirTypeIsATuple;