FLANG
Public Member Functions | Public Attributes | List of all members
Fortran::lower::AddrAndBoundsInfo Struct Reference

#include <flang/Lower/DirectivesCommon.h>

Public Member Functions

 AddrAndBoundsInfo (mlir::Value addr, mlir::Value rawInput)
 
 AddrAndBoundsInfo (mlir::Value addr, mlir::Value rawInput, mlir::Value isPresent)
 
 AddrAndBoundsInfo (mlir::Value addr, mlir::Value rawInput, mlir::Value isPresent, mlir::Type boxType)
 
void dump (llvm::raw_ostream &os)
 

Public Attributes

mlir::Value addr = nullptr
 
mlir::Value rawInput = nullptr
 
mlir::Value isPresent = nullptr
 
mlir::Type boxType = nullptr
 

Detailed Description

Information gathered to generate bounds operation and data entry/exit operations.


The documentation for this struct was generated from the following file: