Searched refs:isPointerCompatible (Results 1 – 2 of 2) sorted by relevance
2544 if ((isPointerCompatible(inType) && isPointerCompatible(outType)) ||2549 (isIntegerCompatible(inType) && isPointerCompatible(outType)) ||2550 (isPointerCompatible(inType) && isIntegerCompatible(outType)) ||2560 static bool isPointerCompatible(mlir::Type ty);
347 bool fir::ConvertOp::isPointerCompatible(mlir::Type ty) { in isPointerCompatible() function in fir::ConvertOp