Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BR_CC

1208   case ISD::BR_CC: {
1211 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0;
3924 // Expand brcond's setcc into its constituent parts and create a BR_CC
3929 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other,
3938 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1,
4059 case ISD::BR_CC: {
4068 assert(Legalized && "Can't legalize BR_CC with legal condition!");
4075 // If we expanded the SETCC by swapping LHS and RHS, create a new BR_CC
4078 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1,
4083 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4,