Searched refs:isFloatCompatible (Results 1 – 2 of 2) sorted by relevance
2546 (isIntegerCompatible(inType) && isFloatCompatible(outType)) ||2547 (isFloatCompatible(inType) && isIntegerCompatible(outType)) ||2548 (isFloatCompatible(inType) && isFloatCompatible(outType)) ||2559 static bool isFloatCompatible(mlir::Type ty);
343 bool fir::ConvertOp::isFloatCompatible(mlir::Type ty) { in isFloatCompatible() function in fir::ConvertOp