Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp772 auto handleBoxed = [&](const auto &box) -> llvm::SmallVector<mlir::Value> { in getTypeParams() local
786 [&](const fir::BoxValue &box) { return handleBoxed(box); }, in getTypeParams()
787 [&](const fir::MutableBoxValue &box) { return handleBoxed(box); }, in getTypeParams()