LLVM 20.0.0git
|
#include "Target/PowerPC/PPCInstrInfo.h"
Public Attributes | |
unsigned | Imm: 16 |
unsigned | Is64Bit: 1 |
unsigned | SetCR: 1 |
Definition at line 60 of file PPCInstrInfo.h.
unsigned llvm::LoadImmediateInfo::Imm |
Definition at line 61 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().
unsigned llvm::LoadImmediateInfo::Is64Bit |
Definition at line 62 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().
unsigned llvm::LoadImmediateInfo::SetCR |
Definition at line 63 of file PPCInstrInfo.h.
Referenced by llvm::PPCInstrInfo::replaceInstrWithLI().