Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h344 void ExpandIntRes_UADDSUBO (SDNode *N, SDValue &Lo, SDValue &Hi);
DLegalizeIntegerTypes.cpp1322 case ISD::USUBO: ExpandIntRes_UADDSUBO(N, Lo, Hi); break; in ExpandIntegerResult()
2298 void DAGTypeLegalizer::ExpandIntRes_UADDSUBO(SDNode *N, in ExpandIntRes_UADDSUBO() function in DAGTypeLegalizer