Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h114 MLIR_CAPI_EXPORTED bool mlirTypeIsAComplex(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp108 bool mlirTypeIsAComplex(MlirType type) { in mlirTypeIsAComplex() function
/external/llvm-project/mlir/test/CAPI/
Dir.c628 if (!mlirTypeIsAComplex(cplx) || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2180 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAComplex;