Searched refs:mlirComplexTypeGetElementType (Results 1 – 4 of 4) sorted by relevance
121 MLIR_CAPI_EXPORTED MlirType mlirComplexTypeGetElementType(MlirType type);
117 MlirType mlirComplexTypeGetElementType(MlirType type) { in mlirComplexTypeGetElementType() function
221 MlirType t = mlirComplexTypeGetElementType(self); in bindDerived()
704 !mlirTypeEqual(mlirComplexTypeGetElementType(cplx), f32)) in printBuiltinTypes()