Home
last modified time | relevance | path

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

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