Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h271 SDValue PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo);
DLegalizeIntegerTypes.cpp128 case ISD::SSUBO: Res = PromoteIntRes_SADDSUBO(N, ResNo); break; in PromoteIntegerResult()
533 SDValue DAGTypeLegalizer::PromoteIntRes_SADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_SADDSUBO() function in DAGTypeLegalizer