Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h365 void ExpandIntRes_SADDSUBO (SDNode *N, SDValue &Lo, SDValue &Hi);
DLegalizeIntegerTypes.cpp1388 case ISD::SSUBO: ExpandIntRes_SADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
2163 void DAGTypeLegalizer::ExpandIntRes_SADDSUBO(SDNode *Node, in ExpandIntRes_SADDSUBO() function in DAGTypeLegalizer