LLVM  8.0.1
Public Attributes | List of all members
llvm::LoadImmediateInfo Struct Reference

#include "Target/PowerPC/PPCInstrInfo.h"

Collaboration diagram for llvm::LoadImmediateInfo:
Collaboration graph
[legend]

Public Attributes

unsigned Imm: 16
 
unsigned Is64Bit: 1
 
unsigned SetCR: 1
 

Detailed Description

Definition at line 110 of file PPCInstrInfo.h.

Member Data Documentation

◆ Imm

unsigned llvm::LoadImmediateInfo::Imm

◆ Is64Bit

unsigned llvm::LoadImmediateInfo::Is64Bit

Definition at line 112 of file PPCInstrInfo.h.

Referenced by llvm::PPCInstrInfo::replaceInstrWithLI(), and swapMIOperands().

◆ SetCR

unsigned llvm::LoadImmediateInfo::SetCR

Definition at line 113 of file PPCInstrInfo.h.

Referenced by llvm::PPCInstrInfo::replaceInstrWithLI(), and swapMIOperands().


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