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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp235 SDValue visitSRL(SDNode *N);
1222 case ISD::SRL: return visitSRL(N);
4259 SDValue DAGCombiner::visitSRL(SDNode *N) { function in class:DAGCombiner

Completed in 83 milliseconds