Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h21 class ArrayBoxValue; variable
27 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const ArrayBoxValue &);
109 class ArrayBoxValue : public AbstractBox, public AbstractArrayBox {
111 ArrayBoxValue(mlir::Value addr, llvm::ArrayRef<mlir::Value> extents,
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone()
120 const ArrayBoxValue &);
232 std::variant<UnboxedValue, CharBoxValue, ArrayBoxValue, CharArrayBoxValue,
/external/llvm-project/flang/lib/Lower/
DConvertExpr.cpp29 const fir::ArrayBoxValue &box) { in operator <<()
DSymbolMap.h50 using FullDim = fir::ArrayBoxValue;
DIntrinsicCall.cpp628 return fir::ArrayBoxValue{base, extents}; in toExtendedValue()