Home
last modified time | relevance | path

Searched refs:visitSIGN_EXTEND_INREG (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp491 SDValue visitSIGN_EXTEND_INREG(SDNode *N);
1913 case ISD::SIGN_EXTEND_INREG: return visitSIGN_EXTEND_INREG(N); in visit()
14670 SDValue DAGCombiner::visitSIGN_EXTEND_INREG(SDNode *N) { in visitSIGN_EXTEND_INREG() function in DAGCombiner