FLANG
fir::factory::AddrAndBoundsInfo Struct Reference

#include <flang/Optimizer/Builder/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: