Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2545 (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);
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp337 bool fir::ConvertOp::isIntegerCompatible(mlir::Type ty) { in isIntegerCompatible() function in fir::ConvertOp