Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h338 SDValue PromoteIntRes_SIGN_EXTEND_INREG(SDNode *N);
H A DLegalizeIntegerTypes.cpp87 Res = PromoteIntRes_SIGN_EXTEND_INREG(N); break; in PromoteIntegerResult()
751 SDValue DAGTypeLegalizer::PromoteIntRes_SIGN_EXTEND_INREG(SDNode *N) { in PromoteIntRes_SIGN_EXTEND_INREG() function in DAGTypeLegalizer