Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BR_CC

1187   case ISD::BR_CC: {
1190 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0;
3599 // Expand brcond's setcc into its constituent parts and create a BR_CC
3604 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other,
3613 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1,
3669 case ISD::BR_CC: {
3678 assert(!Tmp3.getNode() && "Can't legalize BR_CC with legal condition!");
3681 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, Tmp2,