LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::FunctionLoweringInfo::LiveOutInfo Struct Reference

#include "llvm/CodeGen/FunctionLoweringInfo.h"

Public Member Functions

 LiveOutInfo ()
 

Public Attributes

unsigned NumSignBits: 31
 
unsigned IsValid: 1
 
KnownBits Known = 1
 

Detailed Description

Definition at line 163 of file FunctionLoweringInfo.h.

Constructor & Destructor Documentation

◆ LiveOutInfo()

llvm::FunctionLoweringInfo::LiveOutInfo::LiveOutInfo ( )
inline

Definition at line 168 of file FunctionLoweringInfo.h.

Member Data Documentation

◆ IsValid

unsigned llvm::FunctionLoweringInfo::LiveOutInfo::IsValid

◆ Known

KnownBits llvm::FunctionLoweringInfo::LiveOutInfo::Known = 1

◆ NumSignBits

unsigned llvm::FunctionLoweringInfo::LiveOutInfo::NumSignBits

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