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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp180 SDValue visitSHL(SDNode *N);
1070 case ISD::SHL: return visitSHL(N);
3239 SDValue DAGCombiner::visitSHL(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp257 SDValue visitSHL(SDNode *N);
1378 case ISD::SHL: return visitSHL(N);
4402 SDValue DAGCombiner::visitSHL(SDNode *N) { function in class:DAGCombiner

Completed in 95 milliseconds