Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h360 SDValue PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo);
H A DLegalizeIntegerTypes.cpp216 case ISD::USUBO: Res = PromoteIntRes_UADDSUBO(N, ResNo); break; in PromoteIntegerResult()
1704 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO(SDNode *N, unsigned ResNo) { in PromoteIntRes_UADDSUBO() function in DAGTypeLegalizer