Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2544 if ((isPointerCompatible(inType) && isPointerCompatible(outType)) ||
2549 (isIntegerCompatible(inType) && isPointerCompatible(outType)) ||
2550 (isPointerCompatible(inType) && isIntegerCompatible(outType)) ||
2560 static bool isPointerCompatible(mlir::Type ty);
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp347 bool fir::ConvertOp::isPointerCompatible(mlir::Type ty) { in isPointerCompatible() function in fir::ConvertOp