LLVM 19.0.0git
Public Attributes | List of all members
AArch64SetCCInfo Struct Reference

Helper structure to keep track of a SET_CC lowered into AArch64 code. More...

Public Attributes

const SDValueCmp
 
AArch64CC::CondCode CC
 

Detailed Description

Helper structure to keep track of a SET_CC lowered into AArch64 code.

Definition at line 19017 of file AArch64ISelLowering.cpp.

Member Data Documentation

◆ CC

AArch64CC::CondCode AArch64SetCCInfo::CC

Definition at line 19019 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

◆ Cmp

const SDValue* AArch64SetCCInfo::Cmp

Definition at line 19018 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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