Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h361 SDValue PromoteIntRes_UADDSUBO_CARRY(SDNode *N, unsigned ResNo);
H A DLegalizeIntegerTypes.cpp223 case ISD::USUBO_CARRY: Res = PromoteIntRes_UADDSUBO_CARRY(N, ResNo); break; in PromoteIntegerResult()
1735 SDValue DAGTypeLegalizer::PromoteIntRes_UADDSUBO_CARRY(SDNode *N, in PromoteIntRes_UADDSUBO_CARRY() function in DAGTypeLegalizer