Lines Matching defs:SetCC
2383 // Changes the condition code and swaps operands if necessary, so the SetCC
5551 SDValue SetCC =
5553 Res = DAG.getSelect(DL, XLenVT, SetCC, EVL, Res);
6969 SDValue SetCC = DAG.getSetCC(
6971 return DAG.getLogicalNOT(DL, SetCC, VT);
9778 SDValue SetCC = DAG.getSetCC(DL, XLenVT, Vec, Zero, CC);
9779 SetCC = DAG.getNode(ISD::TRUNCATE, DL, Op.getValueType(), SetCC);
9782 return SetCC;
9790 return DAG.getNode(BaseOpc, DL, Op.getValueType(), SetCC, Op.getOperand(0));