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

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

Public Attributes

const SDValueOpnd0
 
const SDValueOpnd1
 
ISD::CondCode CC
 

Detailed Description

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

Definition at line 19010 of file AArch64ISelLowering.cpp.

Member Data Documentation

◆ CC

ISD::CondCode GenericSetCCInfo::CC

Definition at line 19013 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

◆ Opnd0

const SDValue* GenericSetCCInfo::Opnd0

Definition at line 19011 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

◆ Opnd1

const SDValue* GenericSetCCInfo::Opnd1

Definition at line 19012 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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