LLVM  3.7.0
Public Attributes | List of all members
AArch64SetCCInfo Struct Reference

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

Collaboration diagram for AArch64SetCCInfo:
[legend]

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 7661 of file AArch64ISelLowering.cpp.

Member Data Documentation

AArch64CC::CondCode AArch64SetCCInfo::CC

Definition at line 7663 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

const SDValue* AArch64SetCCInfo::Cmp

Definition at line 7662 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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