Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h190 class AbstractIrBox : public AbstractBox, public AbstractArrayBox {
192 AbstractIrBox(mlir::Value addr) : AbstractBox{addr} {} in AbstractIrBox() function
193 AbstractIrBox(mlir::Value addr, llvm::ArrayRef<mlir::Value> lbounds, in AbstractIrBox() function
266 class BoxValue : public AbstractIrBox {
268 BoxValue(mlir::Value addr) : AbstractIrBox{addr} { assert(verify()); } in BoxValue()
272 : AbstractIrBox{addr, lbounds, explicitExtents},
335 class MutableBoxValue : public AbstractIrBox {
343 : AbstractIrBox(addr), lenParams{lenParameters.begin(), in MutableBoxValue()