Searched refs:ArrayBoxValue (Results 1 – 4 of 4) sorted by relevance
21 class ArrayBoxValue; variable27 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,
29 const fir::ArrayBoxValue &box) { in operator <<()
50 using FullDim = fir::ArrayBoxValue;
628 return fir::ArrayBoxValue{base, extents}; in toExtendedValue()