Searched refs:SetCCInfo (Results 1 – 1 of 1) sorted by relevance
13704 union SetCCInfo { union13713 SetCCInfo Info;13723 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument13726 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()13727 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()13729 SetCCInfo.IsAArch64 = false; in isSetCC()13740 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()13741 SetCCInfo.IsAArch64 = true; in isSetCC()13742 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()13759 SetCCInfo.Info.AArch64.CC = in isSetCC()[all …]