Searched refs:mlirTypeIsAComplex (Results 1 – 4 of 4) sorted by relevance
114 MLIR_CAPI_EXPORTED bool mlirTypeIsAComplex(MlirType type);
109 bool mlirTypeIsAComplex(MlirType type) { in mlirTypeIsAComplex() function
198 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAComplex;
703 if (!mlirTypeIsAComplex(cplx) || in printBuiltinTypes()