Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h333 void ExpandIntRes_ADDSUBC (SDNode *N, SDValue &Lo, SDValue &Hi);
DLegalizeIntegerTypes.cpp1310 case ISD::SUBC: ExpandIntRes_ADDSUBC(N, Lo, Hi); break; in ExpandIntegerResult()
1668 void DAGTypeLegalizer::ExpandIntRes_ADDSUBC(SDNode *N, in ExpandIntRes_ADDSUBC() function in DAGTypeLegalizer