Searched refs:isIntegerCompatible (Results 1 – 2 of 2) sorted by relevance
889 bool fir::ConvertOp::isIntegerCompatible(mlir::Type ty) { in isIntegerCompatible() function in fir::ConvertOp910 (isIntegerCompatible(inType) && isIntegerCompatible(outType)) || in verify()911 (isIntegerCompatible(inType) && isFloatCompatible(outType)) || in verify()912 (isFloatCompatible(inType) && isIntegerCompatible(outType)) || in verify()914 (isIntegerCompatible(inType) && isPointerCompatible(outType)) || in verify()915 (isPointerCompatible(inType) && isIntegerCompatible(outType)) || in verify()
2555 static bool isIntegerCompatible(mlir::Type ty);