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