Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h397 SDValue PromoteIntOp_ADDSUBCARRY(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1686 case ISD::SUBCARRY: Res = PromoteIntOp_ADDSUBCARRY(N, OpNo); break; in PromoteIntegerOperand()
2151 SDValue DAGTypeLegalizer::PromoteIntOp_ADDSUBCARRY(SDNode *N, unsigned OpNo) { in PromoteIntOp_ADDSUBCARRY() function in DAGTypeLegalizer