Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h334 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
H A DLegalizeIntegerTypes.cpp179 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1096 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() function in DAGTypeLegalizer