Searched refs:BrAnd (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1778 SDValue BrAnd = DAG.getNode(ISD::BRCOND, getCurDebugLoc(), in visitBitTestCase() local 1790 BrAnd = DAG.getNode(ISD::BR, getCurDebugLoc(), MVT::Other, BrAnd, in visitBitTestCase() 1793 DAG.setRoot(BrAnd); in visitBitTestCase()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2240 SDValue BrAnd = DAG.getNode(ISD::BRCOND, dl, in visitBitTestCase() local 2246 BrAnd = DAG.getNode(ISD::BR, dl, MVT::Other, BrAnd, in visitBitTestCase() 2249 DAG.setRoot(BrAnd); in visitBitTestCase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2425 SDValue BrAnd = DAG.getNode(ISD::BRCOND, dl, in visitBitTestCase() local 2431 BrAnd = DAG.getNode(ISD::BR, dl, MVT::Other, BrAnd, in visitBitTestCase() 2434 DAG.setRoot(BrAnd); in visitBitTestCase()
|