Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h353 void ExpandIntRes_ADDSUB (SDNode *N, SDValue &Lo, SDValue &Hi);
DLegalizeIntegerTypes.cpp1375 case ISD::SUB: ExpandIntRes_ADDSUB(N, Lo, Hi); break; in ExpandIntegerResult()
1675 void DAGTypeLegalizer::ExpandIntRes_ADDSUB(SDNode *N, in ExpandIntRes_ADDSUB() function in DAGTypeLegalizer