LLVM 22.0.0git
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 20818 of file AArch64ISelLowering.cpp.

Member Data Documentation

◆ CC

ISD::CondCode GenericSetCCInfo::CC

Definition at line 20821 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

◆ Opnd0

const SDValue* GenericSetCCInfo::Opnd0

Definition at line 20819 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

◆ Opnd1

const SDValue* GenericSetCCInfo::Opnd1

Definition at line 20820 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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