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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp211 SDValue visitBRCOND(SDNode *N);
1101 case ISD::BRCOND: return visitBRCOND(N);
5691 SDValue DAGCombiner::visitBRCOND(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp304 SDValue visitBRCOND(SDNode *N);
1426 case ISD::BRCOND: return visitBRCOND(N);
9436 SDValue DAGCombiner::visitBRCOND(SDNode *N) { function in class:DAGCombiner

Completed in 334 milliseconds