Searched refs:isPointerCompatible (Results 1 – 2 of 2) sorted by relevance
898 bool fir::ConvertOp::isPointerCompatible(mlir::Type ty) { in isPointerCompatible() function in fir::ConvertOp909 if ((isPointerCompatible(inType) && isPointerCompatible(outType)) || in verify()914 (isIntegerCompatible(inType) && isPointerCompatible(outType)) || in verify()915 (isPointerCompatible(inType) && isIntegerCompatible(outType)) || in verify()
2557 static bool isPointerCompatible(mlir::Type ty);