Lines Matching defs:Generic
19726 GenericSetCCInfo Generic;
19747 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0);
19748 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1);
19749 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
19823 : InfoAndKind.Info.Generic.Opnd0->getValueType();
19837 *InfoAndKind.Info.Generic.Opnd0, *InfoAndKind.Info.Generic.Opnd1,
19838 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, CmpVT), CCVal, DAG,
23968 if (SDNode *Generic = DCI.DAG.getNodeIfExists(
23970 DCI.CombineTo(Generic, SDValue(N, 0));