Searched defs:visitSETCC (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp188 SDValue visitSETCC(SDNode *N);
1078 case ISD::SETCC: return visitSETCC(N);
3858 SDValue DAGCombiner::visitSETCC(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp271 SDValue visitSETCC(SDNode *N);
1393 case ISD::SETCC: return visitSETCC(N);
5754 SDValue DAGCombiner::visitSETCC(SDNode *N) { function in class:DAGCombiner

Completed in 67 milliseconds