Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TopSetCC

1483         SDValue TopSetCC = N0->getOperand(0);
1486 if (TopSetCC.getValueType() == MVT::i1 && VT == MVT::i1 &&
1487 TopSetCC.getOpcode() == ISD::SETCC &&
1496 return TopSetCC;
1499 cast<CondCodeSDNode>(TopSetCC.getOperand(2))->get(),
1500 TopSetCC.getOperand(0).getValueType().isInteger());
1501 return DAG.getSetCC(dl, VT, TopSetCC.getOperand(0),
1502 TopSetCC.getOperand(1),