Home
last modified time | relevance | path

Searched refs:isIntegerCompatible (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp889 bool fir::ConvertOp::isIntegerCompatible(mlir::Type ty) { in isIntegerCompatible() function in fir::ConvertOp
910 (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()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2555 static bool isIntegerCompatible(mlir::Type ty);