Searched refs:mlirComplexTypeGet (Results 1 – 4 of 4) sorted by relevance
118 MLIR_CAPI_EXPORTED MlirType mlirComplexTypeGet(MlirType elementType);
113 MlirType mlirComplexTypeGet(MlirType elementType) { in mlirComplexTypeGet() function
208 MlirType t = mlirComplexTypeGet(elementType); in bindDerived()
702 MlirType cplx = mlirComplexTypeGet(f32); in printBuiltinTypes()