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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp428 SDValue visitSIGN_EXTEND(SDNode *N);
1566 case ISD::SIGN_EXTEND: return visitSIGN_EXTEND(N);
9079 /// dag nodes (see for example method DAGCombiner::visitSIGN_EXTEND).
9609 SDValue DAGCombiner::visitSIGN_EXTEND(SDNode *N) { function in class:DAGCombiner

Completed in 118 milliseconds