Searched refs:SetCCInfo (Results 1 – 1 of 1) sorted by relevance
9651 union SetCCInfo { union9660 SetCCInfo Info;9670 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument9673 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()9674 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()9676 SetCCInfo.IsAArch64 = false; in isSetCC()9687 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()9688 SetCCInfo.IsAArch64 = true; in isSetCC()9689 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()9706 SetCCInfo.Info.AArch64.CC = in isSetCC()[all …]