Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BrCond

1594   SDValue BrCond = DAG.getNode(ISD::BRCOND, dl,
1601 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond,
1604 DAG.setRoot(BrCond);
1662 SDValue BrCond = DAG.getNode(ISD::BRCOND, getCurDebugLoc(),
1667 BrCond = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, BrCond,
1670 DAG.setRoot(BrCond);
1724 SDValue BrRange = DAG.getNode(ISD::BRCOND, getCurDebugLoc(),
1778 SDValue BrAnd = DAG.getNode(ISD::BRCOND, getCurDebugLoc(),
1931 SDValue BrCond = DAG.getNode(ISD::BRCOND, DL, MVT::Other,
1936 BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond,
1939 DAG.setRoot(BrCond);