Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h348 SDValue PromoteIntRes_ADDSUBCARRY(SDNode *N, unsigned ResNo);
H A DLegalizeIntegerTypes.cpp188 case ISD::SUBCARRY: Res = PromoteIntRes_ADDSUBCARRY(N, ResNo); break; in PromoteIntegerResult()
1444 SDValue DAGTypeLegalizer::PromoteIntRes_ADDSUBCARRY(SDNode *N, unsigned ResNo) { in PromoteIntRes_ADDSUBCARRY() function in DAGTypeLegalizer