Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h437 void ExpandIntRes_SIGN_EXTEND_INREG (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2439 case ISD::SIGN_EXTEND_INREG: ExpandIntRes_SIGN_EXTEND_INREG(N, Lo, Hi); break; in ExpandIntegerResult()
4287 ExpandIntRes_SIGN_EXTEND_INREG(SDNode *N, SDValue &Lo, SDValue &Hi) { in ExpandIntRes_SIGN_EXTEND_INREG() function in DAGTypeLegalizer