LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::FunctionLoweringInfo::LiveOutInfo Struct Reference

#include <FunctionLoweringInfo.h>

Collaboration diagram for llvm::FunctionLoweringInfo::LiveOutInfo:
Collaboration graph
[legend]

Public Member Functions

 LiveOutInfo ()
 

Public Attributes

unsigned NumSignBits: 31
 
bool IsValid: 1
 
APInt KnownOne
 
APInt KnownZero
 

Detailed Description

Definition at line 100 of file FunctionLoweringInfo.h.

Constructor & Destructor Documentation

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

Definition at line 104 of file FunctionLoweringInfo.h.

Member Data Documentation

bool llvm::FunctionLoweringInfo::LiveOutInfo::IsValid
APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownOne
APInt llvm::FunctionLoweringInfo::LiveOutInfo::KnownZero
unsigned llvm::FunctionLoweringInfo::LiveOutInfo::NumSignBits

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