LLVM API Documentation

Public Attributes
SetCCInfoAndKind Struct Reference

Helper structure to be able to read SetCC information. If set to true, IsAArch64 field, Info is a AArch64SetCCInfo, otherwise Info is a GenericSetCCInfo. More...

Collaboration diagram for SetCCInfoAndKind:
Collaboration graph
[legend]

List of all members.

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


Member Data Documentation

Definition at line 7172 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().

Definition at line 7173 of file AArch64ISelLowering.cpp.

Referenced by isSetCC(), and performSetccAddFolding().


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