Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h471 void ExpandIntRes_SADDSUBO (SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp2729 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
4317 void DAGTypeLegalizer::ExpandIntRes_SADDSUBO(SDNode *Node, in ExpandIntRes_SADDSUBO() function in DAGTypeLegalizer