Searched refs:isIntegerCompatible (Results 1 – 2 of 2) sorted by relevance
2545 (isIntegerCompatible(inType) && isIntegerCompatible(outType)) ||2546 (isIntegerCompatible(inType) && isFloatCompatible(outType)) ||2547 (isFloatCompatible(inType) && isIntegerCompatible(outType)) ||2549 (isIntegerCompatible(inType) && isPointerCompatible(outType)) ||2550 (isPointerCompatible(inType) && isIntegerCompatible(outType)) ||2558 static bool isIntegerCompatible(mlir::Type ty);
337 bool fir::ConvertOp::isIntegerCompatible(mlir::Type ty) { in isIntegerCompatible() function in fir::ConvertOp