LLVM 22.0.0git
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.

References Flags, and Ty.

Referenced by llvm::CallLowering::ArgInfo::ArgInfo().

◆ BaseArgInfo() [2/2]

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

Definition at line 58 of file CallLowering.h.

References Ty.

Member Data Documentation

◆ Flags

◆ Ty


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