Searched refs:InfoAndKind (Results 1 – 1 of 1) sorted by relevance
7587 SetCCInfoAndKind InfoAndKind; in performSetccAddFolding() local7590 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()7592 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()7597 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding()7598 ? InfoAndKind.Info.AArch64.Cmp->getOperand(0).getValueType() in performSetccAddFolding()7599 : InfoAndKind.Info.Generic.Opnd0->getValueType(); in performSetccAddFolding()7606 if (InfoAndKind.IsAArch64) { in performSetccAddFolding()7608 AArch64CC::getInvertedCondCode(InfoAndKind.Info.AArch64.CC), MVT::i32); in performSetccAddFolding()7609 Cmp = *InfoAndKind.Info.AArch64.Cmp; in performSetccAddFolding()7611 Cmp = getAArch64Cmp(*InfoAndKind.Info.Generic.Opnd0, in performSetccAddFolding()[all …]