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

#include "Target/PowerPC/PPCInstrInfo.h"

Public Attributes

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

Detailed Description

Definition at line 60 of file PPCInstrInfo.h.

Member Data Documentation

◆ Imm

unsigned llvm::LoadImmediateInfo::Imm

Definition at line 61 of file PPCInstrInfo.h.

Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().

◆ Is64Bit

unsigned llvm::LoadImmediateInfo::Is64Bit

Definition at line 62 of file PPCInstrInfo.h.

Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().

◆ SetCR

unsigned llvm::LoadImmediateInfo::SetCR

Definition at line 63 of file PPCInstrInfo.h.

Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().


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