Searched refs:SetCCInfo (Results 1 – 1 of 1) sorted by relevance
13287 union SetCCInfo { union13296 SetCCInfo Info;13306 static bool isSetCC(SDValue Op, SetCCInfoAndKind &SetCCInfo) { in isSetCC() argument13309 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0); in isSetCC()13310 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1); in isSetCC()13311 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in isSetCC()13312 SetCCInfo.IsAArch64 = false; in isSetCC()13323 SetCCInfo.Info.AArch64.Cmp = &Op.getOperand(3); in isSetCC()13324 SetCCInfo.IsAArch64 = true; in isSetCC()13325 SetCCInfo.Info.AArch64.CC = static_cast<AArch64CC::CondCode>( in isSetCC()[all …]