Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function