LLVM 23.0.0git
SetCCInfoAndKind Struct Reference

Helper structure to be able to read SetCC information. More...

Public Attributes

SetCCInfo Info
bool IsAArch64

Detailed Description

Helper structure to be able to read SetCC information.

If set to true, IsAArch64 field, Info is a AArch64SetCCInfo, otherwise Info is a GenericSetCCInfo.

Definition at line 22158 of file AArch64ISelLowering.cpp.

Member Data Documentation

◆ Info

SetCCInfo SetCCInfoAndKind::Info

Definition at line 22159 of file AArch64ISelLowering.cpp.

Referenced by performSetccAddFolding().

◆ IsAArch64

bool SetCCInfoAndKind::IsAArch64

Definition at line 22160 of file AArch64ISelLowering.cpp.

Referenced by performSetccAddFolding().


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