Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp898 bool fir::ConvertOp::isPointerCompatible(mlir::Type ty) { in isPointerCompatible() function in fir::ConvertOp
909 if ((isPointerCompatible(inType) && isPointerCompatible(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.td2557 static bool isPointerCompatible(mlir::Type ty);