LLVM 20.0.0git
|
#include "Target/AArch64/AArch64InstrInfo.h"
Public Member Functions | |
UsedNZCV ()=default | |
UsedNZCV & | operator|= (const UsedNZCV &UsedFlags) |
Public Attributes | |
bool | N = false |
bool | Z = false |
bool | C = false |
bool | V = false |
Definition at line 595 of file AArch64InstrInfo.h.
|
default |
bool llvm::UsedNZCV::C = false |
Definition at line 598 of file AArch64InstrInfo.h.
Referenced by canCmpInstrBeRemoved(), getUsedNZCV(), and operator|=().
bool llvm::UsedNZCV::N = false |
Definition at line 596 of file AArch64InstrInfo.h.
Referenced by canCmpInstrBeRemoved(), getUsedNZCV(), and operator|=().
bool llvm::UsedNZCV::V = false |
Definition at line 599 of file AArch64InstrInfo.h.
Referenced by canCmpInstrBeRemoved(), getUsedNZCV(), and operator|=().
bool llvm::UsedNZCV::Z = false |
Definition at line 597 of file AArch64InstrInfo.h.
Referenced by canCmpInstrBeRemoved(), getUsedNZCV(), and operator|=().