LLVM 19.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:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

TypeTy
 
SmallVector< ISD::ArgFlagsTy, 4 > Flags
 
bool IsFixed
 

Detailed Description

Definition at line 49 of file CallLowering.h.

Constructor & Destructor Documentation

◆ BaseArgInfo() [1/2]

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

Definition at line 54 of file CallLowering.h.

◆ BaseArgInfo() [2/2]

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

Definition at line 59 of file CallLowering.h.

Member Data Documentation

◆ Flags

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

◆ IsFixed

bool llvm::CallLowering::BaseArgInfo::IsFixed

Definition at line 52 of file CallLowering.h.

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

◆ Ty

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

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