Searched refs:InfoAndKind (Results 1 – 1 of 1) sorted by relevance
17085 SetCCInfoAndKind InfoAndKind; in performSetccAddFolding() local17090 if (isSetCCOrZExtSetCC(LHS, InfoAndKind) && in performSetccAddFolding()17091 isSetCCOrZExtSetCC(RHS, InfoAndKind)) in performSetccAddFolding()17095 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()17097 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()17102 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding()17103 ? InfoAndKind.Info.AArch64.Cmp->getOperand(0).getValueType() in performSetccAddFolding()17104 : InfoAndKind.Info.Generic.Opnd0->getValueType(); in performSetccAddFolding()17111 if (InfoAndKind.IsAArch64) { in performSetccAddFolding()17113 AArch64CC::getInvertedCondCode(InfoAndKind.Info.AArch64.CC), dl, in performSetccAddFolding()[all …]