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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp189 SDValue visitSIGN_EXTEND(SDNode *N);
1079 case ISD::SIGN_EXTEND: return visitSIGN_EXTEND(N);
3950 SDValue DAGCombiner::visitSIGN_EXTEND(SDNode *N) { function in class:DAGCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp273 SDValue visitSIGN_EXTEND(SDNode *N);
1395 case ISD::SIGN_EXTEND: return visitSIGN_EXTEND(N);
5776 /// dag nodes (see for example method DAGCombiner::visitSIGN_EXTEND).
6014 SDValue DAGCombiner::visitSIGN_EXTEND(SDNode *N) { function in class:DAGCombiner

Completed in 134 milliseconds