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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp181 SDValue visitSRA(SDNode *N);
1071 case ISD::SRA: return visitSRA(N);
3367 SDValue DAGCombiner::visitSRA(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp258 SDValue visitSRA(SDNode *N);
1379 case ISD::SRA: return visitSRA(N);
4614 SDValue DAGCombiner::visitSRA(SDNode *N) { function in class:DAGCombiner

Completed in 122 milliseconds