Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h121 MLIR_CAPI_EXPORTED MlirType mlirComplexTypeGetElementType(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp116 MlirType mlirComplexTypeGetElementType(MlirType type) { in mlirComplexTypeGetElementType() function
/external/llvm-project/mlir/test/CAPI/
Dir.c629 !mlirTypeEqual(mlirComplexTypeGetElementType(cplx), f32)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2203 MlirType t = mlirComplexTypeGetElementType(self); in bindDerived()