Home
last modified time | relevance | path

Searched defs:BoxValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DBoxValue.cpp30 [](const fir::BoxValue &) -> mlir::Value { in getLen()
59 [&](const fir::BoxValue &) -> RT { in getTypeParams()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h31 class BoxValue; variable
268 BoxValue(mlir::Value addr) : AbstractIrBox{addr} { assert(verify()); } in BoxValue() function
H A DFIRBuilder.h30 class BoxValue; variable
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp816 [&](const fir::BoxValue &) -> ValuePair { in genBuffer()
H A DConvertExpr.cpp133 BoxValue, // refers to a box value containing `v` enumerator