Lines Matching defs:SetCC
2293 // Changes the condition code and swaps operands if necessary, so the SetCC
5922 SDValue SetCC =
5924 Res = DAG.getSelect(DL, XLenVT, SetCC, EVL, Res);
7464 SDValue SetCC = DAG.getSetCC(
7466 return DAG.getLogicalNOT(DL, SetCC, VT);
10292 SDValue SetCC = DAG.getSetCC(DL, XLenVT, Vec, Zero, CC);
10293 SetCC = DAG.getNode(ISD::TRUNCATE, DL, Op.getValueType(), SetCC);
10296 return SetCC;
10305 return DAG.getNode(BaseOpc, DL, Op.getValueType(), SetCC, Op.getOperand(0));