LLVM 22.0.0git
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 162 of file FunctionLoweringInfo.h.

Constructor & Destructor Documentation

◆ LiveOutInfo()

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

Definition at line 167 of file FunctionLoweringInfo.h.

References IsValid, and NumSignBits.

Member Data Documentation

◆ IsValid

◆ Known

◆ NumSignBits


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