LLVM  4.0.0
Public Attributes | List of all members
GenericSetCCInfo Struct Reference

Helper structure to keep track of ISD::SET_CC operands. More...

Collaboration diagram for GenericSetCCInfo:
[legend]

Public Attributes

const SDValueOpnd0
 
const SDValueOpnd1
 
ISD::CondCode CC
 

Detailed Description

Helper structure to keep track of ISD::SET_CC operands.

Definition at line 8471 of file AArch64ISelLowering.cpp.

Member Data Documentation

ISD::CondCode GenericSetCCInfo::CC

Definition at line 8474 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

const SDValue* GenericSetCCInfo::Opnd0

Definition at line 8472 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

const SDValue* GenericSetCCInfo::Opnd1

Definition at line 8473 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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