Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp142 bool returnOpAlwaysLegal) { in isLegalForReturnOpTypeConversionPattern() argument
146 if (dyn_cast<ReturnOp>(op) && !returnOpAlwaysLegal) in isLegalForReturnOpTypeConversionPattern()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/Transforms/
H A DFuncConversions.h63 bool returnOpAlwaysLegal = false);