|
LLVM
3.7.0
|
Helper structure to be able to read SetCC information. More...
Public Attributes | |
| SetCCInfo | Info |
| bool | IsAArch64 |
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 7675 of file AArch64ISelLowering.cpp.
| SetCCInfo SetCCInfoAndKind::Info |
Definition at line 7676 of file AArch64ISelLowering.cpp.
Referenced by isSetCC(), and performSetccAddFolding().
| bool SetCCInfoAndKind::IsAArch64 |
Definition at line 7677 of file AArch64ISelLowering.cpp.
Referenced by isSetCC(), and performSetccAddFolding().
1.8.6