Searched refs:BrAnd (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1835 SDValue BrAnd = DAG.getNode(ISD::BRCOND, getCurDebugLoc(), local
1847 BrAnd = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, BrAnd,
1850 DAG.setRoot(BrAnd);

Completed in 88 milliseconds