reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10253 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { 10255 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) 10260 EVT CmpVT = InfoAndKind.IsAArch64 10261 ? InfoAndKind.Info.AArch64.Cmp->getOperand(0).getValueType() 10262 : InfoAndKind.Info.Generic.Opnd0->getValueType(); 10269 if (InfoAndKind.IsAArch64) { 10271 AArch64CC::getInvertedCondCode(InfoAndKind.Info.AArch64.CC), dl, 10273 Cmp = *InfoAndKind.Info.AArch64.Cmp; 10275 Cmp = getAArch64Cmp(*InfoAndKind.Info.Generic.Opnd0, 10276 *InfoAndKind.Info.Generic.Opnd1, 10277 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, true),