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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp430 SDValue visitANY_EXTEND(SDNode *N);
1568 case ISD::ANY_EXTEND: return visitANY_EXTEND(N);
10154 SDValue DAGCombiner::visitANY_EXTEND(SDNode *N) { function in class:DAGCombiner

Completed in 144 milliseconds