Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h470 void ExpandIntRes_SADDSUBO_CARRY (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2888 case ISD::SSUBO_CARRY: ExpandIntRes_SADDSUBO_CARRY(N, Lo, Hi); break; in ExpandIntegerResult()
3656 void DAGTypeLegalizer::ExpandIntRes_SADDSUBO_CARRY(SDNode *N, in ExpandIntRes_SADDSUBO_CARRY() function in DAGTypeLegalizer