LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::CallLowering::BaseArgInfo Struct Reference

#include "llvm/CodeGen/GlobalISel/CallLowering.h"

Inheritance diagram for llvm::CallLowering::BaseArgInfo:
[legend]

Public Member Functions

 BaseArgInfo (Type *Ty, ArrayRef< ISD::ArgFlagsTy > Flags=ArrayRef< ISD::ArgFlagsTy >())
 
 BaseArgInfo ()
 

Public Attributes

TypeTy
 
SmallVector< ISD::ArgFlagsTy, 4 > Flags
 

Detailed Description

Definition at line 50 of file CallLowering.h.

Constructor & Destructor Documentation

◆ BaseArgInfo() [1/2]

llvm::CallLowering::BaseArgInfo::BaseArgInfo ( Type Ty,
ArrayRef< ISD::ArgFlagsTy Flags = ArrayRef<ISD::ArgFlagsTy>() 
)
inline

Definition at line 54 of file CallLowering.h.

◆ BaseArgInfo() [2/2]

llvm::CallLowering::BaseArgInfo::BaseArgInfo ( )
inline

Definition at line 58 of file CallLowering.h.

Member Data Documentation

◆ Flags

SmallVector<ISD::ArgFlagsTy, 4> llvm::CallLowering::BaseArgInfo::Flags

◆ Ty

Type* llvm::CallLowering::BaseArgInfo::Ty

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