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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp234 SDValue visitSRA(SDNode *N);
1221 case ISD::SRA: return visitSRA(N);
4113 SDValue DAGCombiner::visitSRA(SDNode *N) { function in class:DAGCombiner

Completed in 55 milliseconds